From 777a4c600a36378d7b8b7c30654b9464863f582b Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 29 Apr 2019 00:14:03 -0400 Subject: [PATCH] - bump zscript version to 4.2 - if this gets feature updates it should give warnings ahead of time, this time --- src/version.h | 2 +- wadsrc/static/zscript.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 42ba72146..61e3933e3 100644 --- a/src/version.h +++ b/src/version.h @@ -54,7 +54,7 @@ const char *GetVersionString(); // 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 4 -#define ENG_MINOR 1 +#define ENG_MINOR 2 #define ENG_REVISION 0 // Version identifier for network games. diff --git a/wadsrc/static/zscript.txt b/wadsrc/static/zscript.txt index d45ec6422..8abb522f3 100644 --- a/wadsrc/static/zscript.txt +++ b/wadsrc/static/zscript.txt @@ -1,4 +1,4 @@ -version "4.1" +version "4.2" #include "zscript/base.zs" #include "zscript/sounddata.zs" #include "zscript/mapdata.zs"