From 11c38d007cd63af40adca4556848c42acb2256b0 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sun, 18 Jul 2021 10:46:54 +1000 Subject: [PATCH] - this is version 1.1.3. --- source/core/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index 5202cb35f40..d4a468b19e9 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -41,11 +41,11 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "1.1.2" +#define VERSIONSTR "1.1.3" // The version as seen in the Windows resource -#define RC_FILEVERSION 1,1,2,0 -#define RC_PRODUCTVERSION 1,1,2,0 +#define RC_FILEVERSION 1,1,3,0 +#define RC_PRODUCTVERSION 1,1,3,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4