From 849fef1af87e2036d8ab8bb75ace71834dfd9287 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 20 Apr 2024 04:12:49 -0400 Subject: [PATCH] - version 1.10.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 336c125f22..954b7a4163 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.9pre" +#define VERSIONSTR "1.10" // The version as seen in the Windows resource -#define RC_FILEVERSION 1,8,9999,0 -#define RC_PRODUCTVERSION 1,8,9999,0 +#define RC_FILEVERSION 1,10,0,0 +#define RC_PRODUCTVERSION 1,10,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4