summaryrefslogtreecommitdiff
path: root/PCbuild/tcltk.props
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 /PCbuild/tcltk.props
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+.
Diffstat (limited to 'PCbuild/tcltk.props')
-rw-r--r--PCbuild/tcltk.props2
1 files changed, 1 insertions, 1 deletions
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>