diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-04-14 22:58:37 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-04-14 22:58:37 (GMT) |
commit | 621f0dd46f1de1fe740f5a4584767da5103a3099 (patch) | |
tree | 2995bd92f81b6c277c3ff3297aa956a955badf12 /library/platform | |
parent | a3387d4927dad4d6a12d7f0509d16324384e0477 (diff) | |
download | tcl-621f0dd46f1de1fe740f5a4584767da5103a3099.zip tcl-621f0dd46f1de1fe740f5a4584767da5103a3099.tar.gz tcl-621f0dd46f1de1fe740f5a4584767da5103a3099.tar.bz2 |
Fixed missing update of platform package index, and Makefiles.
Diffstat (limited to 'library/platform')
-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]] |