diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2018-01-13 16:44:38 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2018-01-13 16:44:38 (GMT) |
commit | eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80 (patch) | |
tree | 675bb02c9cb27d491df8c5fd76f1c5ec5021c88e /library | |
parent | ecaec63f48c02c5bb7c0e7585ebc1d746b77ffd9 (diff) | |
download | tcl-eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80.zip tcl-eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80.tar.gz tcl-eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80.tar.bz2 |
Changed msgcat version from 1.6.2 to 1.7.0 -> this is not a patch release
Diffstat (limited to 'library')
-rw-r--r-- | library/msgcat/msgcat.tcl | 2 | ||||
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index e57802b..4233005 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.2 +package provide msgcat 1.7.0 namespace eval msgcat { namespace export mc mcn mcexists mcload mclocale mcmax\ diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index bc58cbe..fe3b3a1 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.2 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.7.0 [list source [file join $dir msgcat.tcl]] |