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)
commit06130c47bf72c6c6ee8ca8e1ab43995dc23ce22d (patch)
treee71b12f95527a90e2c6415abbe8943f77211a43a /library
parente516af3ee36a0f1393c7f3c68ae257d4da649160 (diff)
parentbf048c05748240e4834d1ecee4a23f3b788d6a18 (diff)
downloadtcl-06130c47bf72c6c6ee8ca8e1ab43995dc23ce22d.zip
tcl-06130c47bf72c6c6ee8ca8e1ab43995dc23ce22d.tar.gz
tcl-06130c47bf72c6c6ee8ca8e1ab43995dc23ce22d.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]]