From 475b57f291114e41db133a81515c70b316920d37 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 27 Dec 2018 13:00:57 +0100 Subject: [PATCH] - this is version 3.7.0 --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 7cd576e3ad9..bd3f5c527a2 100644 --- a/src/version.h +++ b/src/version.h @@ -48,12 +48,12 @@ const char *GetVersionString(); #ifdef GIT_DESCRIPTION #define VERSIONSTR GIT_DESCRIPTION #else -#define VERSIONSTR "3.7pre" +#define VERSIONSTR "3.7.0" #endif // The version as seen in the Windows resource -#define RC_FILEVERSION 3,6,9999,0 -#define RC_PRODUCTVERSION 3,6,9999,0 +#define RC_FILEVERSION 3,7,0,0 +#define RC_PRODUCTVERSION 3,7,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 3