From dd09d8e4dcc56f6f07daa6231353aad44d4e7715 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 10 Oct 2018 01:45:02 -0400 Subject: [PATCH] - version 3.6.0 --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index e014d54ed9f..478d4a02f52 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.6pre" +#define VERSIONSTR "3.6" #endif // The version as seen in the Windows resource -#define RC_FILEVERSION 3,5,9999,0 -#define RC_PRODUCTVERSION 3,5,9999,0 +#define RC_FILEVERSION 3,6,0,0 +#define RC_PRODUCTVERSION 3,6,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 3