diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-04-14 22:58:03 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-04-14 22:58:03 (GMT) |
commit | 64c2651159be83abbfed06abd724f8dffac00332 (patch) | |
tree | 93e1fd3ae1878fb75d514a8f132230564488d3a9 /library | |
parent | 4690277dddab3c2ecac939d0966920a3056197aa (diff) | |
download | tcl-64c2651159be83abbfed06abd724f8dffac00332.zip tcl-64c2651159be83abbfed06abd724f8dffac00332.tar.gz tcl-64c2651159be83abbfed06abd724f8dffac00332.tar.bz2 |
Fixed missing update of platform package index.
Diffstat (limited to 'library')
-rw-r--r-- | library/platform/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl index 0b69432..5678e04 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.5 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.6 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |