diff options
author | 2021-04-23 17:40:42 -0400 | |
---|---|---|
committer | 2021-04-23 22:40:42 +0100 | |
commit | 6b59e662fa39a356d6eb03d349b140477857f4b1 (patch) | |
tree | 1c105680f418014ae0f3c6f8ecd038022a59e252 /PCbuild/tcltk.props | |
parent | Silence find_module() DeprecationWarning on Windows tests (GH-25563) (diff) | |
download | cpython-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.props | 2 |
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> |