From 0c4e6f88a6feb95b22da28a6460c0099942ebb34 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 25 Aug 2018 16:46:09 -0400 Subject: [PATCH] - bump ZScript version number to 3.6.0, since GZDoom 3.5.1 updated it and that's not yet reflected in the master. --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 9e36f91fe2..e014d54ed9 100644 --- a/src/version.h +++ b/src/version.h @@ -55,9 +55,9 @@ const char *GetVersionString(); #define RC_FILEVERSION 3,5,9999,0 #define RC_PRODUCTVERSION 3,5,9999,0 #define RC_PRODUCTVERSION2 VERSIONSTR -// These are for content versioning. The current state is '3.5'. +// These are for content versioning. #define VER_MAJOR 3 -#define VER_MINOR 5 +#define VER_MINOR 6 #define VER_REVISION 0 // Version identifier for network games.