aboutsummaryrefslogtreecommitdiff
path: root/PCbuild/tcltk.props
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
parent22556d84bca68a16e030e2337dcad80069d06f6b (diff)
downloadcpython3-6b59e662fa39a356d6eb03d349b140477857f4b1.tar.gz
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 fb61bee514..1101796bb3 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>