From b8074a4e53f26467eadda8591e4ef0f2edca2dcc Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 31 May 2017 09:15:13 -0400 Subject: [PATCH] - Sync VER_MAJOR and VER_MINOR in version.h with GZDoom parent. --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 19347fafe..27d5894ac 100644 --- a/src/version.h +++ b/src/version.h @@ -55,9 +55,9 @@ const char *GetVersionString(); #define RC_FILEVERSION 1,3,9999,0 #define RC_PRODUCTVERSION 1,3,9999,0 #define RC_PRODUCTVERSION2 VERSIONSTR -// These are for content versioning. The current state is '2.4'. -#define VER_MAJOR 2 -#define VER_MINOR 5 +// These are for content versioning. The current state is '3.2'. +#define VER_MAJOR 3 +#define VER_MINOR 2 #define VER_REVISION 0 // Version identifier for network games.