From 18116d4a7bdab9be47eca8e048d11064930b0676 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 1 Jan 2021 22:07:54 -0500 Subject: [PATCH] update for 2021 --- include/patchlevel.h | 2 +- win/win32/NetHackW.rc | 2 +- win/win32/nethack.rc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"