From: nethack.allison Date: Wed, 14 Jun 2006 10:48:09 +0000 (+0000) Subject: win32 embedded version info X-Git-Tag: MOVE2GIT~982 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fc541006ba8f1199b7841aaa84db4c2604ea27c;p=nethack win32 embedded version info I noticed that the NetHack version being reported in the system's event log was old: Faulting application nethackw.exe, version 3.4.2.0, faulting module nethackw.exe, version 3.4.2.0, fault address 0x001648eb. --- diff --git a/win/win32/winhack.rc b/win/win32/winhack.rc index 6f5154497..10e4c2410 100644 --- a/win/win32/winhack.rc +++ b/win/win32/winhack.rc @@ -325,8 +325,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,2,0 - PRODUCTVERSION 3,4,2,0 + FILEVERSION 3,5,0,0 + PRODUCTVERSION 3,5,0,0 FILEFLAGSMASK 0x1fL #ifdef _DEBUG FILEFLAGS 0x9L @@ -344,9 +344,9 @@ BEGIN VALUE "FileDescription", "NetHack for Windows - Graphical Interface\0" VALUE "FileVersion", "3.5.0\0" VALUE "InternalName", "NetHackW\0" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2005. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" + VALUE "LegalCopyright", "Copyright (C) 1985 - 2006. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" VALUE "OriginalFilename", "NetHackW.exe\0" - VALUE "PrivateBuild", "050201\0" + VALUE "PrivateBuild", "140606\0" VALUE "ProductName", "NetHack\0" VALUE "ProductVersion", "3.5.0\0" END