summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorandreask <andreask>2013-05-15 16:46:15 (GMT)
committerandreask <andreask>2013-05-15 16:46:15 (GMT)
commit86540426023b0d4f732aee933ba54cb826ffb191 (patch)
tree688f1f0b1bf4b75dd3b8a87c4e993b007d4515c1 /library
parent15f3cf55c9783379c748af403c37360c4432cf47 (diff)
downloadtcl-86540426023b0d4f732aee933ba54cb826ffb191.zip
tcl-86540426023b0d4f732aee933ba54cb826ffb191.tar.gz
tcl-86540426023b0d4f732aee933ba54cb826ffb191.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]]