mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +00:00
- 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:
parent
188714dc14
commit
777a4c600a
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version "4.1"
|
||||
version "4.2"
|
||||
#include "zscript/base.zs"
|
||||
#include "zscript/sounddata.zs"
|
||||
#include "zscript/mapdata.zs"
|
||||
|
|
Loading…
Reference in a new issue