summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-11-08 09:15:55 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-11-08 09:15:55 (GMT)
commit4da1749d867350384bc47fa4615b517c02698c0a (patch)
treede741f0e99e1ca63f996757dc09e12485129bf92 /library
parent1c46cee81c33701655f2ea160677ef10278926c2 (diff)
downloadtcl-4da1749d867350384bc47fa4615b517c02698c0a.zip
tcl-4da1749d867350384bc47fa4615b517c02698c0a.tar.gz
tcl-4da1749d867350384bc47fa4615b517c02698c0a.tar.bz2
changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
Diffstat (limited to 'library')
-rw-r--r--library/clock.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index 32911b3..9563187 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -19,7 +19,7 @@
# we need access to the Registry on Windows systems.
uplevel \#0 {
- package require msgcat 1.4
+ package require msgcat 1.5
if { $::tcl_platform(platform) eq {windows} } {
if { [catch { package require registry 1.1 }] } {
namespace eval ::tcl::clock [list variable NoRegistry {}]