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/msgcat1.0/msgcat.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/msgcat1.0/msgcat.tcl')
-rw-r--r-- | library/msgcat1.0/msgcat.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/msgcat1.0/msgcat.tcl b/library/msgcat1.0/msgcat.tcl index 41e58b7..c4c4d81 100644 --- a/library/msgcat1.0/msgcat.tcl +++ b/library/msgcat1.0/msgcat.tcl @@ -10,9 +10,9 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.9 2000/08/11 00:45:32 ericm Exp $ -package provide msgcat 1.1 +package provide msgcat 1.2 namespace eval msgcat { namespace export mc mcset mcmset mclocale mcpreferences mcunknown mcmax |