diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-14 16:53:03 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-14 16:53:03 (GMT) |
commit | 9d04e6ab01365ce4b3c0c044404ad60f4e21a2ae (patch) | |
tree | b72897373790ce6a0e81487d27c40820ad8b3765 /PCbuild/get_externals.bat | |
parent | bd4b247f174c283aea2867c0873a60e45469f50a (diff) | |
download | cpython-9d04e6ab01365ce4b3c0c044404ad60f4e21a2ae.zip cpython-9d04e6ab01365ce4b3c0c044404ad60f4e21a2ae.tar.gz cpython-9d04e6ab01365ce4b3c0c044404ad60f4e21a2ae.tar.bz2 |
Update Tcl/Tk to 8.6.4.
The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index f778eaa..926bd5f 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -55,8 +55,8 @@ for %%e in ( bzip2-1.0.6
nasm-2.11.06
openssl-1.0.2a
- tcl-core-8.6.3.1
- tk-8.6.3.1
+ tcl-core-8.6.4.1
+ tk-8.6.4.1
tix-8.4.3.4
sqlite-3.8.3.1
xz-5.0.5
|