diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-19 23:09:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-19 23:09:37 (GMT) |
commit | 2bdca9dfc1dd3565672960643e6e860330bd10fe (patch) | |
tree | 60ee026c9eb569a9d87582528a17cc7d7c828c19 /library/msgcat/pkgIndex.tcl | |
parent | 26bb2b5da7f034e47d6544e3d84e54c861f61206 (diff) | |
download | tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.zip tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.tar.gz tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.tar.bz2 |
* Added [mcload] to the export list
of msgcat; bumped to 1.2.3. [Bug 544727]
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 d3f1d4b..cc1af0c 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.2]} {return} -package ifneeded msgcat 1.2.2 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.2.3 [list source [file join $dir msgcat.tcl]] |