From 58e49e3dacd4d7ca7496dd5516a3fe9fd1b160b9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 9 Oct 2021 21:06:36 +0200 Subject: [PATCH] - this is version 1.3.0. --- source/core/version.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index be58e56e444..06efcdd99da 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -41,19 +41,19 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "0.10.0-preview" +#define VERSIONSTR "1.3.0" // The version as seen in the Windows resource -#define RC_FILEVERSION 0,9,0,0 -#define RC_PRODUCTVERSION 0,9,0,0 +#define RC_FILEVERSION 1,3,0,0 +#define RC_PRODUCTVERSION 1,3,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4 -#define VER_MINOR 5 +#define VER_MINOR 7 #define VER_REVISION 0 -#define ENG_MAJOR 0 -#define ENG_MINOR 8 +#define ENG_MAJOR 1 +#define ENG_MINOR 3 #define ENG_REVISION 0 // More stuff that needs to be different for derivatives.