diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-02-23 16:22:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 16:22:10 (GMT) |
commit | efa6c762268d68985f3012234f62ea9e5ced8b7c (patch) | |
tree | 271e9f85011d297a9f2b8415f31ac464757fe7e4 /PCbuild/tcltk.props | |
parent | 0febc053736112d7bb9081742b3ac0ece7b973e7 (diff) | |
download | cpython-efa6c762268d68985f3012234f62ea9e5ced8b7c.zip cpython-efa6c762268d68985f3012234f62ea9e5ced8b7c.tar.gz cpython-efa6c762268d68985f3012234f62ea9e5ced8b7c.tar.bz2 |
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
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 cad52b8..0a59c08 100644 --- a/PCbuild/tcltk.props +++ b/PCbuild/tcltk.props @@ -4,7 +4,7 @@ <PropertyGroup> <TclMajorVersion>8</TclMajorVersion> <TclMinorVersion>6</TclMinorVersion> - <TclPatchLevel>6</TclPatchLevel> + <TclPatchLevel>8</TclPatchLevel> <TclRevision>0</TclRevision> <TkMajorVersion>$(TclMajorVersion)</TkMajorVersion> <TkMinorVersion>$(TclMinorVersion)</TkMinorVersion> |