summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorandreask <andreask>2013-05-15 16:55:43 (GMT)
committerandreask <andreask>2013-05-15 16:55:43 (GMT)
commita9dd569f8e5f2c3485e48f6314f03200876e0c2d (patch)
treee71b12f95527a90e2c6415abbe8943f77211a43a /library
parent3c57bdf2836715776785db896771e09c365b0b10 (diff)
parent2c13dd7338d32cd3691df3d31100b0c760712afc (diff)
downloadtcl-a9dd569f8e5f2c3485e48f6314f03200876e0c2d.zip
tcl-a9dd569f8e5f2c3485e48f6314f03200876e0c2d.tar.gz
tcl-a9dd569f8e5f2c3485e48f6314f03200876e0c2d.tar.bz2
Fix platform version mismatch between code and index.
Diffstat (limited to 'library')
-rw-r--r--library/platform/pkgIndex.tcl2
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]]