Fix ZScript version
This commit is contained in:
parent
799011d327
commit
51bd612f6f
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ const char *GetVersionString();
|
|||
// These are for zscript versioning.
|
||||
#define ZSCRIPT_VER_MAJOR 4
|
||||
#define ZSCRIPT_VER_MINOR 14
|
||||
#define ZSCRIPT_VER_REVISION 0
|
||||
#define ZSCRIPT_VER_REVISION 1
|
||||
|
||||
// This should always refer to the VkDoom version a derived port is based on and not reflect the derived port's version number!
|
||||
#define ENG_MAJOR 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version "4.12"
|
||||
version "4.14.1"
|
||||
|
||||
// Generic engine code
|
||||
#include "zscript/engine/base.zs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue