diff options
author | dgp <dgp@users.sourceforge.net> | 2009-12-17 16:30:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-12-17 16:30:12 (GMT) |
commit | 952ab7bc3348ded81ef97c70cea55474828cc261 (patch) | |
tree | 7a25ed46c7a501d82bdad8ea7a650616b463fc2a /library/msgcat/msgcat.tcl | |
parent | 1bfee26eaac2704c6966f6a5138eb1ea6c60d0c9 (diff) | |
download | tcl-952ab7bc3348ded81ef97c70cea55474828cc261.zip tcl-952ab7bc3348ded81ef97c70cea55474828cc261.tar.gz tcl-952ab7bc3348ded81ef97c70cea55474828cc261.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 486c106..7d8d8c1 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.26.4.1 2009/12/16 09:31:08 dkf Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.26.4.2 2009/12/17 16:30:12 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 \ |