From 0591e9f5b399e5dbd385118670be7f3d44b6a757 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 20 Jan 2019 11:43:49 +0100 Subject: [PATCH] - version is 3.7.2. --- src/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/version.h b/src/version.h index e8f7812b4d..684624d13d 100644 --- a/src/version.h +++ b/src/version.h @@ -48,17 +48,17 @@ const char *GetVersionString(); #ifdef GIT_DESCRIPTION #define VERSIONSTR GIT_DESCRIPTION #else -#define VERSIONSTR "3.7.1" +#define VERSIONSTR "3.7.2" #endif // The version as seen in the Windows resource -#define RC_FILEVERSION 3,7,1,0 -#define RC_PRODUCTVERSION 3,7,1,0 +#define RC_FILEVERSION 3,7,2,0 +#define RC_PRODUCTVERSION 3,7,2,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 3 #define VER_MINOR 7 -#define VER_REVISION 1 +#define VER_REVISION 2 // Version identifier for network games. // Bump it every time you do a release unless you're certain you