From 51bd612f6fef711dfb2b3913f4c8f5406cf339b6 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Thu, 13 Mar 2025 03:02:57 +0800 Subject: [PATCH] Fix ZScript version --- src/version.h | 2 +- wadsrc/static/zscript.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index afce5a1bb..87258407e 100644 --- a/src/version.h +++ b/src/version.h @@ -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 diff --git a/wadsrc/static/zscript.txt b/wadsrc/static/zscript.txt index 1a270332b..dacaf423c 100644 --- a/wadsrc/static/zscript.txt +++ b/wadsrc/static/zscript.txt @@ -1,4 +1,4 @@ -version "4.12" +version "4.14.1" // Generic engine code #include "zscript/engine/base.zs"