diff options
author | dgp <dgp@noemail.net> | 2009-12-17 16:28:21 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2009-12-17 16:28:21 (GMT) |
commit | d2969ee3c78a8b183642a4453cce1957d2986b36 (patch) | |
tree | 176825b3906583a28364aaf2fa3dd6780cb395d0 /library | |
parent | 9ad0c7866988be2158369587d0d5ef5499b269f0 (diff) | |
download | tcl-d2969ee3c78a8b183642a4453cce1957d2986b36.zip tcl-d2969ee3c78a8b183642a4453cce1957d2986b36.tar.gz tcl-d2969ee3c78a8b183642a4453cce1957d2986b36.tar.bz2 |
bump to msgcat 1.4.3 to account for commits
FossilOrigin-Name: 6d48bf9c9d0084a2a18428378a09ac3d257ff6d7
Diffstat (limited to 'library')
-rw-r--r-- | library/msgcat/msgcat.tcl | 4 | ||||
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 2 |
2 files changed, 3 insertions, 3 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 \ diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index 5b6037c..63ed8ed 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.5]} {return} -package ifneeded msgcat 1.4.2 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.4.3 [list source [file join $dir msgcat.tcl]] |