From 6f396ae368db5052fa48f9718b5a416fb381b44d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 28 Jan 2020 00:05:10 +0100 Subject: [PATCH] 0.3.2 --- source/common/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/common/version.h b/source/common/version.h index 11a7e6abf..40ba556d9 100644 --- a/source/common/version.h +++ b/source/common/version.h @@ -41,11 +41,11 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "0.1.0" +#define VERSIONSTR "0.3.2" // The version as seen in the Windows resource -#define RC_FILEVERSION 0,3,0,0 -#define RC_PRODUCTVERSION 0,3,0,0 +#define RC_FILEVERSION 0,3,2,0 +#define RC_PRODUCTVERSION 0,3,2,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 0