From 2a940a7418e5fa02993432174577e5bc30f8bc01 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 16 Dec 2024 04:38:27 -0500 Subject: [PATCH] - this is version 4.14.0 --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index c7bdc30720a..28d54caeb08 100644 --- a/src/version.h +++ b/src/version.h @@ -41,11 +41,11 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "4.14pre" +#define VERSIONSTR "4.14.0" // The version as seen in the Windows resource -#define RC_FILEVERSION 4,13,9999,0 -#define RC_PRODUCTVERSION 4,13,9999,0 +#define RC_FILEVERSION 4,14,0,0 +#define RC_PRODUCTVERSION 4,14,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 4