diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 02:29:51 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-19 02:29:51 (GMT) |
commit | e7e69391e362fbb3de2a2da7beaebb4b7d6cf612 (patch) | |
tree | 2dd70cd6a7f8783aba27366750d60b5b46248d21 /PCbuild/get_externals.bat | |
parent | 9f0cbbc3769c716affc630102800f43ee64b3524 (diff) | |
download | cpython-e7e69391e362fbb3de2a2da7beaebb4b7d6cf612.zip cpython-e7e69391e362fbb3de2a2da7beaebb4b7d6cf612.tar.gz cpython-e7e69391e362fbb3de2a2da7beaebb4b7d6cf612.tar.bz2 |
Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.
Triggers clean on buildbots.
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index a015af5..f9b740f 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -57,7 +57,7 @@ for %%e in ( openssl-1.0.2d
tcl-core-8.6.4.2
tk-8.6.4.2
- tix-8.4.3.5
+ tix-8.4.3.6
sqlite-3.8.11.0
xz-5.0.5
) do (
|