From 63d30e27a6e1c72e5597abee5999cff4ce5b3062 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 28 Apr 2019 11:22:57 +0300 Subject: [PATCH] - bump versions to match the latest release we don't want to miss deprecation warnings --- src/version.h | 4 ++-- wadsrc/static/zscript.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 008348814..42ba72146 100644 --- a/src/version.h +++ b/src/version.h @@ -53,8 +53,8 @@ const char *GetVersionString(); #define VER_REVISION 0 // This should always refer to the GZDoom version a derived port is based on and not reflect the derived port's version number! -#define ENG_MAJOR 3 -#define ENG_MINOR 8 +#define ENG_MAJOR 4 +#define ENG_MINOR 1 #define ENG_REVISION 0 // Version identifier for network games. diff --git a/wadsrc/static/zscript.txt b/wadsrc/static/zscript.txt index ecfedb7c0..d45ec6422 100644 --- a/wadsrc/static/zscript.txt +++ b/wadsrc/static/zscript.txt @@ -1,4 +1,4 @@ -version "3.8" +version "4.1" #include "zscript/base.zs" #include "zscript/sounddata.zs" #include "zscript/mapdata.zs"