summaryrefslogtreecommitdiffstats
path: root/win/rc
diff options
context:
space:
mode:
authorpatthoyts@users.sourceforge.net <patthoyts>2003-12-16 22:38:13 (GMT)
committerpatthoyts@users.sourceforge.net <patthoyts>2003-12-16 22:38:13 (GMT)
commit684daa437634fb1ea5c831daf31919850d500464 (patch)
tree275771aa7630b980431c804a1c5b27a715151950 /win/rc
parent04ed2dbc10934adde99d3252dc253a3a98e65a1c (diff)
downloadtk-684daa437634fb1ea5c831daf31919850d500464.zip
tk-684daa437634fb1ea5c831daf31919850d500464.tar.gz
tk-684daa437634fb1ea5c831daf31919850d500464.tar.bz2
* win/rc/wish.exe.manifest: It seems that Windows XP insists on a
strict format for the version value. 8.5.a0 or 8.5.0 results in an unloadable executable -- must be 4 numbers.
Diffstat (limited to 'win/rc')
-rw-r--r--win/rc/wish.exe.manifest2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rc/wish.exe.manifest b/win/rc/wish.exe.manifest
index 8caba98..b6106c6 100644
--- a/win/rc/wish.exe.manifest
+++ b/win/rc/wish.exe.manifest
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
- version="8.5.a0"
+ version="8.5.0.0"
processorArchitecture="X86"
name="Tcl.Tk.wish"
type="win32"