summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-07-28 18:39:11 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-07-28 18:39:11 -0500
commite1f38d9fecea531bf59e41a98a41e6a8bd117b2b (patch)
tree88d97b017e783c498fe669d3e2432e3f1616f30c /PCbuild
parent11a27e0a4e3763ed8892f142a0e440e8c4890b0f (diff)
downloadcpython-e1f38d9fecea531bf59e41a98a41e6a8bd117b2b.tar.gz
Issue #27647: Update Windows build to Tcl/Tk 8.6.6
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat4
-rw-r--r--PCbuild/readme.txt2
-rw-r--r--PCbuild/tcltk.props6
3 files changed, 6 insertions, 6 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 9b2a084bc2..ff50af5d53 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -56,8 +56,8 @@ set libraries=%libraries% bzip2-1.0.6
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h
set libraries=%libraries% sqlite-3.8.11.0
-if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.4.2
-if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.4.2
+if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
+if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6
set libraries=%libraries% xz-5.0.5
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 2046af9d3c..7f488ae676 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -208,7 +208,7 @@ _sqlite3
Homepage:
http://www.sqlite.org/
_tkinter
- Wraps version 8.6.4 of the Tk windowing system.
+ Wraps version 8.6.6 of the Tk windowing system.
Homepage:
http://www.tcl.tk/
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index 11dbffbdbf..57bb98aeeb 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>