From: nhmall Date: Sat, 2 Jan 2021 03:07:54 +0000 (-0500) Subject: update for 2021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18116d4a7bdab9be47eca8e048d11064930b0676;p=nethack update for 2021 --- diff --git a/include/patchlevel.h b/include/patchlevel.h index a7b4c2da8..94005a487 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -36,7 +36,7 @@ #define DEBUG #endif -#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2020" +#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2021" #define COPYRIGHT_BANNER_B \ " By Stichting Mathematisch Centrum and M. Stephenson." /* COPYRIGHT_BANNER_C is generated by makedefs into date.h */ diff --git a/win/win32/NetHackW.rc b/win/win32/NetHackW.rc index 10c67ae28..2dc66285f 100644 --- a/win/win32/NetHackW.rc +++ b/win/win32/NetHackW.rc @@ -339,7 +339,7 @@ BEGIN VALUE "FileDescription", "NetHack for Windows - Graphical Interface" VALUE "FileVersion", "3.7.0" VALUE "InternalName", "NetHackW" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2020. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." + VALUE "LegalCopyright", "Copyright (C) 1985 - 2021. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." VALUE "OriginalFilename", "NetHackW.exe" VALUE "PrivateBuild", "140606" VALUE "ProductName", "NetHack" diff --git a/win/win32/nethack.rc b/win/win32/nethack.rc index 7b3911a08..6f14e3328 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.7.0" VALUE "InternalName", "NetHack" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2020. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." + VALUE "LegalCopyright", "Copyright (C) 1985 - 2021. By Stichting Mathematisch Centrum and M. Stephenson. See license for details." VALUE "OriginalFilename", "NetHack.exe" VALUE "ProductName", "NetHack" VALUE "ProductVersion", "3.7.0"