From 170894ee7129ec7592c7b30906c37b86444919c6 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 27 Aug 2023 21:11:31 +0100 Subject: [PATCH] Update SRB2VERSION for impending release Was previously "2.0" in reference to how this was once just a major patch for the previous entry in the series. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index e350082fc..c8b673542 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define SRB2VERSION "2.0"/* this must be the first line, for cmake !! */ +#define SRB2VERSION "1.0"/* this must be the first line, for cmake !! */ // The Modification ID; must be obtained from a Master Server Admin ( https://mb.srb2.org/showgroups.php ). // DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.