From e5ce1da9a31a2384dcbac2c7e48cd9e2729bafdc Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 31 Oct 2020 12:41:17 +0100 Subject: [PATCH] - this is 0.7.3. --- source/core/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index aae54f531..5da66c748 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -41,15 +41,15 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "0.7.1 alpha" +#define VERSIONSTR "0.7.3 alpha" // The version as seen in the Windows resource -#define RC_FILEVERSION 0,7,0,0 -#define RC_PRODUCTVERSION 0,7,0,0 +#define RC_FILEVERSION 0,7,3,0 +#define RC_PRODUCTVERSION 0,7,3,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4 -#define VER_MINOR 4 +#define VER_MINOR 5 #define VER_REVISION 0 #define ENG_MAJOR 0