diff --git a/src/version.h b/src/version.h index feda6ffae..4bd9a245f 100644 --- a/src/version.h +++ b/src/version.h @@ -41,11 +41,11 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "4.6pre" +#define VERSIONSTR "4.6.0" // The version as seen in the Windows resource -#define RC_FILEVERSION 4,5,9999,0 -#define RC_PRODUCTVERSION 4,5,9999,0 +#define RC_FILEVERSION 4,6,0,0 +#define RC_PRODUCTVERSION 4,6,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4 diff --git a/wadsrc/static/zscript.txt b/wadsrc/static/zscript.txt index 52b2441ff..fcf267066 100644 --- a/wadsrc/static/zscript.txt +++ b/wadsrc/static/zscript.txt @@ -1,4 +1,4 @@ -version "4.5" +version "4.6" // Generic engine code #include "zscript/engine/base.zs"