[Python-checkins] cpython: Update Tcl/Tk to 8.6.4.

zach.ware python-checkins at python.org
Tue Apr 14 18:53:46 CEST 2015


https://hg.python.org/cpython/rev/e21a26db931c
changeset:   95645:e21a26db931c
parent:      95643:a5a2b33993e3
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Apr 14 11:53:03 2015 -0500
summary:
  Update Tcl/Tk to 8.6.4.

The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.

files:
  PCbuild/get_externals.bat |  4 ++--
  PCbuild/tcltk.props       |  2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -55,8 +55,8 @@
             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
--- 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>

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list