summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-04 14:03:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-04 14:03:39 (GMT)
commite4ed3e4c0339668b464249f10507eebcab01b31c (patch)
tree1bbdf5b17d3a08ea1bcb12337366ff29e2e1efe0 /library
parent3cd7cf4e997f5dea350cf1cc69b4b5705a93e965 (diff)
parentedb7af10d93df44cc25e9dce384c61669ce73dc8 (diff)
downloadtcl-e4ed3e4c0339668b464249f10507eebcab01b31c.zip
tcl-e4ed3e4c0339668b464249f10507eebcab01b31c.tar.gz
tcl-e4ed3e4c0339668b464249f10507eebcab01b31c.tar.bz2
merge trunk
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 928474d..646bc17 100644
--- a/library/msgcat/msgcat.tcl
+++ b/library/msgcat/msgcat.tcl
@@ -14,7 +14,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.6.0
+package provide msgcat 1.6.1
namespace eval msgcat {
namespace export mc mcexists mcload mclocale mcmax mcmset mcpreferences mcset\
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl
index 48bb3ca..72c5dc0 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.6.0 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.6.1 [list source [file join $dir msgcat.tcl]]