We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4b247 commit 9d04e6aCopy full SHA for 9d04e6a
2 files changed
PCbuild/get_externals.bat
@@ -55,8 +55,8 @@ for %%e in (
55
bzip2-1.0.6
56
nasm-2.11.06
57
openssl-1.0.2a
58
- tcl-core-8.6.3.1
59
- tk-8.6.3.1
+ tcl-core-8.6.4.1
+ tk-8.6.4.1
60
tix-8.4.3.4
61
sqlite-3.8.3.1
62
xz-5.0.5
PCbuild/tcltk.props
@@ -4,7 +4,7 @@
4
<PropertyGroup>
5
<TclMajorVersion>8</TclMajorVersion>
6
<TclMinorVersion>6</TclMinorVersion>
7
- <TclPatchLevel>3</TclPatchLevel>
+ <TclPatchLevel>4</TclPatchLevel>
8
<TclRevision>1</TclRevision>
9
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
10
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
0 commit comments