diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2015-06-29 21:44:12 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2015-06-29 21:44:12 (GMT) |
commit | cdbe969ea378527a9002c3a5ab21465c7a79fc4b (patch) | |
tree | 75dd7a541f1b0cb16d9f5dc034fdd53c9ca52d03 /library/msgcat/pkgIndex.tcl | |
parent | 5ca8732b1e45a8588bb205f11c8a0b1a510de4ea (diff) | |
parent | 499e061468e49ed8f794593938749e0ce797405e (diff) | |
download | tcl-cdbe969ea378527a9002c3a5ab21465c7a79fc4b.zip tcl-cdbe969ea378527a9002c3a5ab21465c7a79fc4b.tar.gz tcl-cdbe969ea378527a9002c3a5ab21465c7a79fc4b.tar.bz2 |
[TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index 5fabfe3..7399c92 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.5.2 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.6.0 [list source [file join $dir msgcat.tcl]] |