diff options
author | ericm <ericm> | 2000-08-11 00:45:31 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-08-11 00:45:31 (GMT) |
commit | 3ba754a2fb35b2f855e2139b0c83e56ff06af171 (patch) | |
tree | ef79aaceae922ae90fa1e31c357207e03ac942ed /library/msgcat/pkgIndex.tcl | |
parent | 1cc4bea039b454657e105682aff5a00001eb29ab (diff) | |
download | tcl-3ba754a2fb35b2f855e2139b0c83e56ff06af171.zip tcl-3ba754a2fb35b2f855e2139b0c83e56ff06af171.tar.gz tcl-3ba754a2fb35b2f855e2139b0c83e56ff06af171.tar.bz2 |
* library/msgcat1.0/pkgIndex.tcl: Bumped version number to 1.2
[Bug: 6100].
* library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget]
in msgcat namespace initializer. Bumped version number to 1.2
[Bug: 6100].
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index b40a4f3..af800dc 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1 +1 @@ -package ifneeded msgcat 1.0 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.2 [list source [file join $dir msgcat.tcl]] |