From 2523288a552bff44583df867cc485430ba678122 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Fri, 5 Apr 2024 12:02:13 -0400 Subject: [PATCH] Changed my mind, MODVERSION should definitely be 1 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index c76c882a9..9d4f99c4c 100644 --- a/src/version.h +++ b/src/version.h @@ -4,7 +4,7 @@ // it's only for detection of the version the player is using so the MS can alert them of an update. // Only set it higher, not lower, obviously. // Note that we use this to help keep internal testing in check; this is why v2.0 is not version "2". -#define MODVERSION 11 +#define MODVERSION 1 // Define this as a prerelease version suffix // #define BETAVERSION "Alpha"