summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-25 14:19:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-25 14:19:23 (GMT)
commit6b18bef4bfb6e32529253cbda8290915d4ad122d (patch)
tree3dfe934c14c21e7f860730eec941b1f155d171a9 /library
parent6eb9abdb2dadcf68396bf6b789f821bc545b1ace (diff)
parent6d5ab22025b0c74ebd97b2effb413e560fabe34b (diff)
downloadtcl-6b18bef4bfb6e32529253cbda8290915d4ad122d.zip
tcl-6b18bef4bfb6e32529253cbda8290915d4ad122d.tar.gz
tcl-6b18bef4bfb6e32529253cbda8290915d4ad122d.tar.bz2
Bump to msgcat 1.4.4
Diffstat (limited to 'library')
-rw-r--r--library/msgcat/msgcat.tcl2
-rw-r--r--library/msgcat/pkgIndex.tcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl
index b39820a..369ed52 100644
--- a/library/msgcat/msgcat.tcl
+++ b/library/msgcat/msgcat.tcl
@@ -13,7 +13,7 @@
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.3
+package provide msgcat 1.4.4
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 63ed8ed..17ad5db 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.3 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.4.4 [list source [file join $dir msgcat.tcl]]