diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-12-14 09:13:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 09:13:15 -0800 |
commit | f8e9bd568adf85c1e4aea1dda542a96b027797e2 (patch) | |
tree | 62226e97395db17ae0558e088b186b22d0c3c849 /PCbuild/tcltk.props | |
parent | d7538dd5e3e04a8db22e1470cb2ed696bf3be160 (diff) | |
download | cpython-git-f8e9bd568adf85c1e4aea1dda542a96b027797e2.tar.gz |
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
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 0a59c0894d..b185cb7b1e 100644 --- a/PCbuild/tcltk.props +++ b/PCbuild/tcltk.props @@ -4,7 +4,7 @@ <PropertyGroup> <TclMajorVersion>8</TclMajorVersion> <TclMinorVersion>6</TclMinorVersion> - <TclPatchLevel>8</TclPatchLevel> + <TclPatchLevel>9</TclPatchLevel> <TclRevision>0</TclRevision> <TkMajorVersion>$(TclMajorVersion)</TkMajorVersion> <TkMinorVersion>$(TclMinorVersion)</TkMinorVersion> |