diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-06-09 20:11:05 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-06-09 20:11:05 (GMT) |
commit | 5bcc8587fba2a0bf52815d1bed798ea484eee286 (patch) | |
tree | fb7bbfe4301b035a9ff27ea91bbde977beac5bab /library/platform/pkgIndex.tcl | |
parent | 2133e016f9b6ddf94724f4262216546a78febdd0 (diff) | |
download | tcl-5bcc8587fba2a0bf52815d1bed798ea484eee286.zip tcl-5bcc8587fba2a0bf52815d1bed798ea484eee286.tar.gz tcl-5bcc8587fba2a0bf52815d1bed798ea484eee286.tar.bz2 |
* library/platform/platform.tcl: Added OSX Intel 64bit
* library/platform/pkgIndex.tcl: Package updated to version 1.0.9.
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 808f995..35da3b7 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.8 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.9 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |