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)
commit970473c68812eb7f94e71c857d4d80e36d44c0e3 (patch)
treef4d1c6af85213a5d8ccb0316c434a9d9722355fa /library/platform/pkgIndex.tcl
parent6fe094e1ef1e4653b1d7472bf2ed49820c3873fe (diff)
downloadtcl-970473c68812eb7f94e71c857d4d80e36d44c0e3.zip
tcl-970473c68812eb7f94e71c857d4d80e36d44c0e3.tar.gz
tcl-970473c68812eb7f94e71c857d4d80e36d44c0e3.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]]