From c756ce7ef80cf39912e61d71928236146a94f87b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 30 Jan 2022 09:08:23 +0100 Subject: [PATCH] - this is version 1.4.1 --- 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 11b07ebd6..a556abee8 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.4.0" +#define VERSIONSTR "1.4.1" // The version as seen in the Windows resource -#define RC_FILEVERSION 1,4,0,0 -#define RC_PRODUCTVERSION 1,4,0,0 +#define RC_FILEVERSION 1,4,1,0 +#define RC_PRODUCTVERSION 1,4,1,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4