diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-05-07 20:16:23 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-05-07 20:16:23 (GMT) |
commit | def9844e1be2c256e198761634c15e2c84a9d484 (patch) | |
tree | f6699f58ead9ba5b7a585947b42c5853a25d65e0 /library/platform/pkgIndex.tcl | |
parent | fd3a206e647a220a123e1f5e41fd72100399b2dc (diff) | |
download | tcl-def9844e1be2c256e198761634c15e2c84a9d484.zip tcl-def9844e1be2c256e198761634c15e2c84a9d484.tar.gz tcl-def9844e1be2c256e198761634c15e2c84a9d484.tar.bz2 |
* library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.
* library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
Diffstat (limited to 'library/platform/pkgIndex.tcl')
-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 69ca721..808f995 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.7 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.8 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |