Bump VKDoom's ZScript version

This commit is contained in:
nashmuhandes 2024-11-05 21:52:10 +08:00
commit e02b3565d0

View file

@ -55,7 +55,7 @@ const char *GetVersionString();
// These are for zscript versioning.
#define ZSCRIPT_VER_MAJOR 4
#define ZSCRIPT_VER_MINOR 13
#define ZSCRIPT_VER_MINOR 14
#define ZSCRIPT_VER_REVISION 0
// This should always refer to the VkDoom version a derived port is based on and not reflect the derived port's version number!