diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-28 13:06:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-28 13:06:56 (GMT) |
commit | 717a98747db66b00ae22dad0e3fc862ba814a816 (patch) | |
tree | 67bd328c6eae99ff335ce113a2d7f0fd6b31eebd | |
parent | 91d5ac9d0b03b6717bf3adc4610c5a07aa8b46ff (diff) | |
parent | 915359ddce8721063f14b64f1486c070f6e66214 (diff) | |
download | tcl-717a98747db66b00ae22dad0e3fc862ba814a816.zip tcl-717a98747db66b00ae22dad0e3fc862ba814a816.tar.gz tcl-717a98747db66b00ae22dad0e3fc862ba814a816.tar.bz2 |
merge trunk
-rw-r--r-- | win/tclsh.exe.manifest.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tclsh.exe.manifest.in b/win/tclsh.exe.manifest.in index b7c4381..8b06fce 100644 --- a/win/tclsh.exe.manifest.in +++ b/win/tclsh.exe.manifest.in @@ -20,6 +20,8 @@ </trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> + <!-- Windows 10 --> + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> <!-- Windows 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <!-- Windows 8 --> |