diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2003-12-16 22:38:13 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2003-12-16 22:38:13 (GMT) |
commit | 220d12a08ce1abd27f2178afd177b3c0115d9329 (patch) | |
tree | 275771aa7630b980431c804a1c5b27a715151950 | |
parent | 6a39b147c56e0252ad086c4c92e988fde19286c3 (diff) | |
download | tk-220d12a08ce1abd27f2178afd177b3c0115d9329.zip tk-220d12a08ce1abd27f2178afd177b3c0115d9329.tar.gz tk-220d12a08ce1abd27f2178afd177b3c0115d9329.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.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | win/rc/wish.exe.manifest | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2003-12-16 Pat Thoyts <patthoyts@users.sourceforge.net> + * 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. + * win/tkWinSend.c: Removed some misleading comments (bug #846134) and disabled the send package until bug #858822 is resolved. 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" |