bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)

This commit is contained in:
Steve Dower 2018-02-23 08:22:10 -08:00 committed by GitHub
parent 0febc05373
commit efa6c76226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -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>