diff options
author | andreask <andreask> | 2013-05-15 16:49:49 (GMT) |
---|---|---|
committer | andreask <andreask> | 2013-05-15 16:49:49 (GMT) |
commit | 2c13dd7338d32cd3691df3d31100b0c760712afc (patch) | |
tree | 32b36209983be76a570c59e00b39b185b2501f29 /library | |
parent | 26c1f21a94e0713f6e9f9af5759e1538f57e8416 (diff) | |
parent | 666ba89bc057e3cb71acbd5c7d983d4579969428 (diff) | |
download | tcl-2c13dd7338d32cd3691df3d31100b0c760712afc.zip tcl-2c13dd7338d32cd3691df3d31100b0c760712afc.tar.gz tcl-2c13dd7338d32cd3691df3d31100b0c760712afc.tar.bz2 |
Fix platform version mismatch between code and 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 b882e4f..23a3408 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.11 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.12 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |