From 2270813eee226d13ccb887150a15d3a66e1acb06 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Sun, 12 Oct 2025 19:28:24 -0500 Subject: [PATCH] Bump modversion for 2.4 rc7 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 429949e73..3b7da6895 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 9 +#define MODVERSION 10 // Define this as a prerelease version suffix -#define BETAVERSION "RC6" +#define BETAVERSION "RC7"