summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-05 12:41:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-05 12:41:30 (GMT)
commit4e730eb6833494ddac3ad1b114ea0706d7b52716 (patch)
tree8dfc0a7528a602bababb7112d0ba43a7e9d3dc79 /library
parent5722e48b9083d9dedbe445778ffcf55e0d50ad0c (diff)
parentc02a8aca0794c5fa839f00d7942ec45df751081f (diff)
downloadtcl-4e730eb6833494ddac3ad1b114ea0706d7b52716.zip
tcl-4e730eb6833494ddac3ad1b114ea0706d7b52716.tar.gz
tcl-4e730eb6833494ddac3ad1b114ea0706d7b52716.tar.bz2
merge trunk
Diffstat (limited to 'library')
-rw-r--r--library/msgcat/msgcat.tcl2
-rw-r--r--library/msgcat/pkgIndex.tcl4
2 files changed, 3 insertions, 3 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 7399c92..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]]
+if {![package vsatisfies [package provide Tcl] 8.5-]} {return}
+package ifneeded msgcat 1.6.1 [list source [file join $dir msgcat.tcl]]