set zscript version as 4.15.1 for now, since bone manip is 4.15.1

This commit is contained in:
Ricardo Luís Vaz Silva 2025-05-01 10:30:50 -03:00 committed by Magnus Norddahl
commit 091e5d76d5
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ const char *GetVersionString();
// These are for zscript versioning.
#define ZSCRIPT_VER_MAJOR 4
#define ZSCRIPT_VER_MINOR 14
#define ZSCRIPT_VER_MINOR 15
#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!

View file

@ -1,4 +1,4 @@
version "4.14.1"
version "4.15.1"
// Generic engine code
#include "zscript/engine/base.zs"