]> granicus.if.org Git - nethack/commitdiff
win32 embedded version info
authornethack.allison <nethack.allison>
Wed, 14 Jun 2006 10:48:09 +0000 (10:48 +0000)
committernethack.allison <nethack.allison>
Wed, 14 Jun 2006 10:48:09 +0000 (10:48 +0000)
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.

win/win32/winhack.rc

index 6f5154497e0da34f2b2d5ed6d2d7a4396596c3a0..10e4c2410ffec2bca107262c27a042deba18ad16 100644 (file)
@@ -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