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)
commit78be7474d41b19d19c01645e60088f6a7888924e (patch)
tree3dfe934c14c21e7f860730eec941b1f155d171a9 /library
parentde8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d (diff)
parent4c605ddbd4558895723babef100d5b41f2cce7eb (diff)
downloadtcl-78be7474d41b19d19c01645e60088f6a7888924e.zip
tcl-78be7474d41b19d19c01645e60088f6a7888924e.tar.gz
tcl-78be7474d41b19d19c01645e60088f6a7888924e.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]]