]> granicus.if.org Git - python/commitdiff
Update Tcl/Tk to 8.6.4.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 14 Apr 2015 16:53:03 +0000 (11:53 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 14 Apr 2015 16:53:03 +0000 (11:53 -0500)
The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.

PCbuild/get_externals.bat
PCbuild/tcltk.props

index f778eaa0f03faf2c960cf865df8fc06f49aff651..926bd5f814f7ad5a2bff6fc6d3b6ee42692fec88 100644 (file)
@@ -55,8 +55,8 @@ for %%e in (
             bzip2-1.0.6\r
             nasm-2.11.06\r
             openssl-1.0.2a\r
-            tcl-core-8.6.3.1\r
-            tk-8.6.3.1\r
+            tcl-core-8.6.4.1\r
+            tk-8.6.4.1\r
             tix-8.4.3.4\r
             sqlite-3.8.3.1\r
             xz-5.0.5\r
index f5a8643559c70be0db0261d99a300a0e4cf0d99c..96bd5777b8ee314f05a72f33f068c8c5845aba26 100644 (file)
@@ -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>