Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28c3184

Browse files
committed
Issue #27647: Update Windows build to Tcl/Tk 8.6.6
1 parent 6276b47 commit 28c3184

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Tests
7070
Windows
7171
-------
7272

73+
- Issue #27647: Update bundled Tcl/Tk to 8.6.6.
74+
7375
- Issue #27610: Adds PEP 514 metadata to Windows installer
7476

7577
- Issue #27469: Adds a shell extension to the launcher so that drag and drop

PCbuild/get_externals.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ set libraries=%libraries% bzip2-1.0.6
5656
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
5757
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h
5858
set libraries=%libraries% sqlite-3.8.11.0
59-
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.4.2
60-
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.4.2
59+
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
60+
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
6161
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6
6262
set libraries=%libraries% xz-5.0.5
6363

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ _sqlite3
208208
Homepage:
209209
http://www.sqlite.org/
210210
_tkinter
211-
Wraps version 8.6.4 of the Tk windowing system.
211+
Wraps version 8.6.6 of the Tk windowing system.
212212
Homepage:
213213
http://www.tcl.tk/
214214

PCbuild/tcltk.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PropertyGroup>
55
<TclMajorVersion>8</TclMajorVersion>
66
<TclMinorVersion>6</TclMinorVersion>
7-
<TclPatchLevel>4</TclPatchLevel>
8-
<TclRevision>2</TclRevision>
7+
<TclPatchLevel>6</TclPatchLevel>
8+
<TclRevision>0</TclRevision>
99
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
1010
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
1111
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
@@ -42,4 +42,4 @@
4242
<BuildDirTop Condition="$(PlatformToolset) == 'v110'">$(BuildDirTop)_VC11</BuildDirTop>
4343
<BuildDirTop Condition="$(PlatformToolset) == 'v100'">$(BuildDirTop)_VC10</BuildDirTop>
4444
</PropertyGroup>
45-
</Project>
45+
</Project>

0 commit comments

Comments
 (0)