- this is version 4.6.0

This commit is contained in:
Christoph Oelckers 2021-05-21 21:29:27 +02:00
parent 7b31ba7cc8
commit 88ef8e2cca
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

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