From 09412274e6c52934df0ad94ae5a8463ed37929a7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 May 2019 17:38:54 -0400 Subject: [PATCH] Windows .rc files bump the version in the win/win32/*.rc files side note: winhack.rc wasn't properly updated for the 3.6.2 release --- win/win32/nethack.rc | 10 +++++----- win/win32/winhack.rc | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/win/win32/nethack.rc b/win/win32/nethack.rc index 4330f14f1..c7ee38399 100644 --- a/win/win32/nethack.rc +++ b/win/win32/nethack.rc @@ -60,8 +60,8 @@ IDI_ICON1 ICON "nethack.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,6,2,0 - PRODUCTVERSION 3,6,2,0 + FILEVERSION 3,6,3,0 + PRODUCTVERSION 3,6,3,0 FILEFLAGSMASK 0x1fL #ifdef _DEBUG FILEFLAGS 0x9L @@ -77,12 +77,12 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "NetHack for Windows - TTY Interface" - VALUE "FileVersion", "3.6.2" + VALUE "FileVersion", "3.6.3" VALUE "InternalName", "NetHack" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." + VALUE "LegalCopyright", "Copyright (C) 1985 - 2019. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." VALUE "OriginalFilename", "NetHack.exe" VALUE "ProductName", "NetHack" - VALUE "ProductVersion", "3.6.2" + VALUE "ProductVersion", "3.6.3" END END BLOCK "VarFileInfo" diff --git a/win/win32/winhack.rc b/win/win32/winhack.rc index aa8c23e9a..1ac42d05d 100644 --- a/win/win32/winhack.rc +++ b/win/win32/winhack.rc @@ -320,8 +320,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,6,1,0 - PRODUCTVERSION 3,6,1,0 + FILEVERSION 3,6,3,0 + PRODUCTVERSION 3,6,3,0 FILEFLAGSMASK 0x1fL #ifdef _DEBUG FILEFLAGS 0x9L @@ -337,13 +337,13 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "NetHack for Windows - Graphical Interface" - VALUE "FileVersion", "3.6.1" + VALUE "FileVersion", "3.6.3" VALUE "InternalName", "NetHackW" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2018. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." + VALUE "LegalCopyright", "Copyright (C) 1985 - 2019. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." VALUE "OriginalFilename", "NetHackW.exe" VALUE "PrivateBuild", "140606" VALUE "ProductName", "NetHack" - VALUE "ProductVersion", "3.6.1" + VALUE "ProductVersion", "3.6.3" END END BLOCK "VarFileInfo"