From 6180aae5101c5d66b2664fbf17264ceed5a408ae Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 26 Apr 2024 00:41:44 -0700 Subject: [PATCH] Bump version to 2.1, MODVERSION to 2 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 9d4f99c4c..0c8a678d4 100644 --- a/src/version.h +++ b/src/version.h @@ -1,10 +1,10 @@ -#define SRB2VERSION "2.0"/* this must be the first line, for cmake !! */ +#define SRB2VERSION "2.1"/* this must be the first line, for cmake !! */ // The Modification Version, starting from 1. Do not follow your version string for this, // 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 1 +#define MODVERSION 2 // Define this as a prerelease version suffix // #define BETAVERSION "Alpha"