summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-04-23 17:40:42 -0400
committerGitHub <noreply@github.com>2021-04-23 22:40:42 +0100
commit6b59e662fa39a356d6eb03d349b140477857f4b1 (patch)
tree1c105680f418014ae0f3c6f8ecd038022a59e252 /PCbuild/tcltk.props
parentSilence find_module() DeprecationWarning on Windows tests (GH-25563) (diff)
downloadcpython-6b59e662fa39a356d6eb03d349b140477857f4b1.tar.gz
cpython-6b59e662fa39a356d6eb03d349b140477857f4b1.tar.bz2
cpython-6b59e662fa39a356d6eb03d349b140477857f4b1.zip
bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)
Diffstat (limited to 'PCbuild/tcltk.props')
-rw-r--r--PCbuild/tcltk.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props
index fb61bee5147..1101796bb36 100644
--- a/PCbuild/tcltk.props
+++ b/PCbuild/tcltk.props
@@ -4,7 +4,7 @@
<PropertyGroup>
<TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion>
- <TclPatchLevel>10</TclPatchLevel>
+ <TclPatchLevel>11</TclPatchLevel>
<TclRevision>0</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>