summaryrefslogtreecommitdiffstats
path: root/PCbuild/tcltk.props
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-07-28 23:39:11 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-07-28 23:39:11 (GMT)
commit28c3184d8d45c9d59ee7b7e67570354847ba4539 (patch)
tree8a95df0f69c3ba2a416224df879c19034dec6cee /PCbuild/tcltk.props
parent6276b47fd5bb6ad7abec686070be816484888efe (diff)
downloadcpython-28c3184d8d45c9d59ee7b7e67570354847ba4539.zip
cpython-28c3184d8d45c9d59ee7b7e67570354847ba4539.tar.gz
cpython-28c3184d8d45c9d59ee7b7e67570354847ba4539.tar.bz2
Issue #27647: Update Windows build to Tcl/Tk 8.6.6
Diffstat (limited to 'PCbuild/tcltk.props')
-rw-r--r--PCbuild/tcltk.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index 11dbffb..57bb98a 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -4,8 +4,8 @@
<PropertyGroup>
<TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion>
- <TclPatchLevel>4</TclPatchLevel>
- <TclRevision>2</TclRevision>
+ <TclPatchLevel>6</TclPatchLevel>
+ <TclRevision>0</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
@@ -42,4 +42,4 @@
<BuildDirTop Condition="$(PlatformToolset) == 'v110'">$(BuildDirTop)_VC11</BuildDirTop>
<BuildDirTop Condition="$(PlatformToolset) == 'v100'">$(BuildDirTop)_VC10</BuildDirTop>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>