From aeab3f69a622ec81c37f0654716ba7e2a2e482cf Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 1 Jan 2024 11:04:26 -0500 Subject: [PATCH] update year in copyright to 2024 --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index c92092837..4178f2603 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -36,7 +36,7 @@ #define DEBUG #endif -#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2023" +#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2024" #define COPYRIGHT_BANNER_B \ " By Stichting Mathematisch Centrum and M. Stephenson." /* nomakedefs.copyright_banner_c is generated at runtime */