Maelstrom: Remove ".N" from the version string

From 26743379f7d15920dc663414951fd7c6f1901c17 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 14 Mar 2026 07:59:38 -0700
Subject: [PATCH] Remove ".N" from the version string

---
 game/Maelstrom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/Maelstrom.h b/game/Maelstrom.h
index f1237f3e..814276ad 100644
--- a/game/Maelstrom.h
+++ b/game/Maelstrom.h
@@ -24,7 +24,7 @@
 #ifndef VERSION
 #define VERSION "4.0.0"
 #endif
-#define	VERSION_STRING		VERSION ".N"
+#define	VERSION_STRING		VERSION
 
 #define GAME_WIDTH		640
 #define GAME_HEIGHT		480