diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-08-18 23:00:56 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-08-18 23:00:56 (GMT) |
commit | 9f0cbbc3769c716affc630102800f43ee64b3524 (patch) | |
tree | fe66130d7ab8df2ad9cfd3343911927d755a53fb /PCbuild/get_externals.bat | |
parent | 66e6c1a46ac12bb80f331da4ebc11a9c69825d97 (diff) | |
download | cpython-9f0cbbc3769c716affc630102800f43ee64b3524.zip cpython-9f0cbbc3769c716affc630102800f43ee64b3524.tar.gz cpython-9f0cbbc3769c716affc630102800f43ee64b3524.tar.bz2 |
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index 3037326..a015af5 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -55,9 +55,9 @@ for %%e in ( bzip2-1.0.6
nasm-2.11.06
openssl-1.0.2d
- tcl-core-8.6.4.1
- tk-8.6.4.1
- tix-8.4.3.4
+ tcl-core-8.6.4.2
+ tk-8.6.4.2
+ tix-8.4.3.5
sqlite-3.8.11.0
xz-5.0.5
) do (
|