diff options
author | dgp <dgp@users.sourceforge.net> | 2009-12-17 16:28:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-12-17 16:28:21 (GMT) |
commit | 98be197b8251a58439b9b30bb3e35c3e428d5295 (patch) | |
tree | 176825b3906583a28364aaf2fa3dd6780cb395d0 /library/msgcat/msgcat.tcl | |
parent | 4765b94617414fb3994c4f1401cca36d0fae46eb (diff) | |
download | tcl-98be197b8251a58439b9b30bb3e35c3e428d5295.zip tcl-98be197b8251a58439b9b30bb3e35c3e428d5295.tar.gz tcl-98be197b8251a58439b9b30bb3e35c3e428d5295.tar.bz2 |
bump to msgcat 1.4.3 to account for commits
Diffstat (limited to 'library/msgcat/msgcat.tcl')
-rw-r--r-- | library/msgcat/msgcat.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index f3e79d8..56b7c12 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,12 +10,12 @@ # 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.28 2009/12/16 09:26:24 dkf Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.29 2009/12/17 16:28:21 dgp Exp $ package require Tcl 8.5 # When the version number changes, be sure to update the pkgIndex.tcl file, # and the installation directory in the Makefiles. -package provide msgcat 1.4.2 +package provide msgcat 1.4.3 namespace eval msgcat { namespace export mc mcload mclocale mcmax mcmset mcpreferences mcset \ |