From a4a6b098805f471009b542033b37cbb33ac3f3da Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Tue, 14 Mar 2017 01:23:10 -0400 Subject: [PATCH] - fixed: this should probably be bumped to match GZDoom --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index a74b150b89..ef25c91e62 100644 --- a/src/version.h +++ b/src/version.h @@ -55,7 +55,7 @@ const char *GetVersionString(); #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. The current state is '2.4'. #define VER_MAJOR 2 -#define VER_MINOR 4 +#define VER_MINOR 5 #define VER_REVISION 0 // Version identifier for network games.