From c4af3448cfa3ad87cbdacd55c88cc82b58a44c30 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2026 10:25:34 -0400 Subject: [PATCH] patchlevel.h wording bit --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index f2c1a667d..599e7270d 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -67,7 +67,7 @@ /* * NetHack 5.0.0, May 2, 2026 * - * Sources changed to C99. + * Sources changed to be compliant with the C99 standard. * level compiler, dungeon compiler, and quest text all replaced with * Lua alternatives. * Refer to doc/fixes5-0-0.txt for a complete list of fixes and changes.