From 200e7b401423fbb4e27945ee39b557572f114a4a Mon Sep 17 00:00:00 2001 From: Eidolon Date: Sun, 26 Oct 2025 19:48:56 -0500 Subject: [PATCH] Update modversion for RC9/final just in case --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index a4e6b3a20..eed1e7c61 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 12 // Define this as a prerelease version suffix -#define BETAVERSION "RC8" +#define BETAVERSION "RC9"