diff options
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 cc1af0c..9d16a19 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.3 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.3 [list source [file join $dir msgcat.tcl]] |