From 19e5f308de065fb432beb9d11070ece12da3ea3c Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 22 Feb 2025 12:18:42 -0500 Subject: [PATCH] - version 1.11.0 --- 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 61bf61244..3b819040c 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.11pre" +#define VERSIONSTR "1.11.0" // The version as seen in the Windows resource -#define RC_FILEVERSION 1,10,9999,0 -#define RC_PRODUCTVERSION 1,10,9999,0 +#define RC_FILEVERSION 1,11,0,0 +#define RC_PRODUCTVERSION 1,11,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4