summaryrefslogtreecommitdiffstats
path: root/library/platform/pkgIndex.tcl
diff options
context:
space:
mode:
authorandreask <andreask>2013-01-30 19:04:50 (GMT)
committerandreask <andreask>2013-01-30 19:04:50 (GMT)
commitee3f25a10fee8fb2301a01194f6f73b949651986 (patch)
treef4d1c6af85213a5d8ccb0316c434a9d9722355fa /library/platform/pkgIndex.tcl
parent16fde830643c564edad1860bb44ba4a943fe2873 (diff)
downloadtcl-ee3f25a10fee8fb2301a01194f6f73b949651986.zip
tcl-ee3f25a10fee8fb2301a01194f6f73b949651986.tar.gz
tcl-ee3f25a10fee8fb2301a01194f6f73b949651986.tar.bz2
(::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting
the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
Diffstat (limited to 'library/platform/pkgIndex.tcl')
-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 220a67b..b882e4f 100644
--- a/library/platform/pkgIndex.tcl
+++ b/library/platform/pkgIndex.tcl
@@ -1,3 +1,3 @@
-package ifneeded platform 1.0.10 [list source [file join $dir platform.tcl]]
+package ifneeded platform 1.0.11 [list source [file join $dir platform.tcl]]
package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]]