- bump zscript version to 4.2 - if this gets feature updates it should give warnings ahead of time, this time

This commit is contained in:
Rachael Alexanderson 2019-04-29 00:14:03 -04:00
parent 188714dc14
commit 777a4c600a
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
version "4.1"
version "4.2"
#include "zscript/base.zs"
#include "zscript/sounddata.zs"
#include "zscript/mapdata.zs"