summaryrefslogtreecommitdiffstats
path: root/library/platform
diff options
context:
space:
mode:
authorandreask <andreask>2013-05-15 16:46:15 (GMT)
committerandreask <andreask>2013-05-15 16:46:15 (GMT)
commit666ba89bc057e3cb71acbd5c7d983d4579969428 (patch)
tree688f1f0b1bf4b75dd3b8a87c4e993b007d4515c1 /library/platform
parent20949fc52936f3dc85877fc5ef9183effc013225 (diff)
downloadtcl-666ba89bc057e3cb71acbd5c7d983d4579969428.zip
tcl-666ba89bc057e3cb71acbd5c7d983d4579969428.tar.gz
tcl-666ba89bc057e3cb71acbd5c7d983d4579969428.tar.bz2
Fix platform version mismatch between code and index.
Diffstat (limited to 'library/platform')
-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]]