summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-02-23 16:22:10 (GMT)
committerGitHub <noreply@github.com>2018-02-23 16:22:10 (GMT)
commitefa6c762268d68985f3012234f62ea9e5ced8b7c (patch)
tree271e9f85011d297a9f2b8415f31ac464757fe7e4
parent0febc053736112d7bb9081742b3ac0ece7b973e7 (diff)
downloadcpython-efa6c762268d68985f3012234f62ea9e5ced8b7c.zip
cpython-efa6c762268d68985f3012234f62ea9e5ced8b7c.tar.gz
cpython-efa6c762268d68985f3012234f62ea9e5ced8b7c.tar.bz2
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
-rw-r--r--Misc/NEWS.d/next/Windows/2018-02-23-00-47-13.bpo-32901.mGKz5_.rst1
-rw-r--r--PCbuild/get_externals.bat6
-rw-r--r--PCbuild/tcltk.props2
3 files changed, 5 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-02-23-00-47-13.bpo-32901.mGKz5_.rst b/Misc/NEWS.d/next/Windows/2018-02-23-00-47-13.bpo-32901.mGKz5_.rst
new file mode 100644
index 0000000..af0ca65
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-02-23-00-47-13.bpo-32901.mGKz5_.rst
@@ -0,0 +1 @@
+Update Tcl and Tk versions to 8.6.8
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index d2af042..6d30751 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -51,8 +51,8 @@ set libraries=
set libraries=%libraries% bzip2-1.0.6
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.0f
set libraries=%libraries% sqlite-3.21.0.0
-if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
-if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.6.0
+if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.8.0
+if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.8.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
set libraries=%libraries% xz-5.2.2
set libraries=%libraries% zlib-1.2.11
@@ -73,7 +73,7 @@ echo.Fetching external binaries...
set binaries=
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.0f
-if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.6.0
+if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.8.0
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
for %%b in (%binaries%) do (
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index cad52b8..0a59c08 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -4,7 +4,7 @@
<PropertyGroup>
<TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion>
- <TclPatchLevel>6</TclPatchLevel>
+ <TclPatchLevel>8</TclPatchLevel>
<TclRevision>0</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>