diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-27 17:24:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-27 17:24:55 (GMT) |
commit | 43f16074cb838b5bb19f3504fc9e6c66458fbdf9 (patch) | |
tree | bfcf0da3587dc493ca48773fde144e95c431c066 /library/msgcat/pkgIndex.tcl | |
parent | e7975ff335f51d429c79b128209d33f7808f3782 (diff) | |
download | tcl-43f16074cb838b5bb19f3504fc9e6c66458fbdf9.zip tcl-43f16074cb838b5bb19f3504fc9e6c66458fbdf9.tar.gz tcl-43f16074cb838b5bb19f3504fc9e6c66458fbdf9.tar.bz2 |
Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some
added documentation. No tests for new functionality yet.
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 60c2d3c..832bf81 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.5 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.5.0 [list source [file join $dir msgcat.tcl]] |