From 5370c0d337d900ea3d56bde5a263c453f74679ec Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 25 Feb 2018 12:20:50 -0500 Subject: [PATCH] resolve part of H4422 related to .exe versions I also saw that looking at the details of both windows .exes that they indicate file version 3.5.0.0. Shouldn't it be 3.6.0.0 for the NH version 3.6.0 --- sys/winnt/console.rc | 10 +++++----- win/win32/nethack.rc | 2 +- win/win32/winhack.rc | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/winnt/console.rc b/sys/winnt/console.rc index 20570522d..1c35e16bd 100644 --- a/sys/winnt/console.rc +++ b/sys/winnt/console.rc @@ -12,8 +12,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,5,0,0 - PRODUCTVERSION 3,5,0,0 + FILEVERSION 3,6,1,0 + PRODUCTVERSION 3,6,1,0 FILEFLAGSMASK 0x1fL #ifdef _DEBUG FILEFLAGS 0x9L @@ -29,13 +29,13 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "NetHack for Windows - TTY Interface\0" - VALUE "FileVersion", "3.5.0\0" + VALUE "FileVersion", "3.6.1\0" VALUE "InternalName", "NetHack\0" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2005. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" + VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" VALUE "OriginalFilename", "NetHack.exe\0" VALUE "PrivateBuild", "050102\0" VALUE "ProductName", "NetHack\0" - VALUE "ProductVersion", "3.5.0\0" + VALUE "ProductVersion", "3.6.1\0" END END BLOCK "VarFileInfo" diff --git a/win/win32/nethack.rc b/win/win32/nethack.rc index 72ce4e0df..04ff88d55 100644 --- a/win/win32/nethack.rc +++ b/win/win32/nethack.rc @@ -79,7 +79,7 @@ BEGIN VALUE "FileDescription", "NetHack for Windows - TTY Interface" VALUE "FileVersion", "3.6.1" VALUE "InternalName", "NetHack" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2017. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." + VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." VALUE "OriginalFilename", "NetHack.exe" VALUE "ProductName", "NetHack" VALUE "ProductVersion", "3.6.1" diff --git a/win/win32/winhack.rc b/win/win32/winhack.rc index 06876aecf..aa8c23e9a 100644 --- a/win/win32/winhack.rc +++ b/win/win32/winhack.rc @@ -339,7 +339,7 @@ BEGIN VALUE "FileDescription", "NetHack for Windows - Graphical Interface" VALUE "FileVersion", "3.6.1" VALUE "InternalName", "NetHackW" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2017. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." + VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." VALUE "OriginalFilename", "NetHackW.exe" VALUE "PrivateBuild", "140606" VALUE "ProductName", "NetHack"