summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-14 11:53:03 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-04-14 11:53:03 -0500
commit9d04e6ab01365ce4b3c0c044404ad60f4e21a2ae (patch)
treeb72897373790ce6a0e81487d27c40820ad8b3765
parentbd4b247f174c283aea2867c0873a60e45469f50a (diff)
downloadcpython-git-9d04e6ab01365ce4b3c0c044404ad60f4e21a2ae.tar.gz
Update Tcl/Tk to 8.6.4.
The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.
-rw-r--r--PCbuild/get_externals.bat4
-rw-r--r--PCbuild/tcltk.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index f778eaa0f0..926bd5f814 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
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index f5a8643559..96bd5777b8 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -4,7 +4,7 @@
<PropertyGroup>
<TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion>
- <TclPatchLevel>3</TclPatchLevel>
+ <TclPatchLevel>4</TclPatchLevel>
<TclRevision>1</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>