summaryrefslogtreecommitdiffstats
path: root/library/msgcat/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 09:28:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 09:28:16 (GMT)
commit4dd435be4015a6665a8ccfeaedfc329fee4975ee (patch)
tree2a7ca057e7a1fef28b7d448a3aaa0e45891f873a /library/msgcat/pkgIndex.tcl
parent18e116ab4e97129f7b4d4e36792035acf039a3ff (diff)
parent25374f98c20f5f7b42efc6587ec069feffc396d1 (diff)
downloadtcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.zip
tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.tar.gz
tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.tar.bz2
[Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7
Bump msgcat version to 1.4.5
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r--library/msgcat/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl
index 17ad5db..60c2d3c 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.4 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.4.5 [list source [file join $dir msgcat.tcl]]