From 62fa25449796936e2c6f58f5fee8902113fe4b25 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 8 Mar 2020 08:05:19 +0100 Subject: [PATCH] - 0.5.1 --- source/common/version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/common/version.h b/source/common/version.h index c271b2bde..7e221b011 100644 --- a/source/common/version.h +++ b/source/common/version.h @@ -41,16 +41,16 @@ const char *GetVersionString(); /** Lots of different version numbers **/ -#define VERSIONSTR "0.5.0 alpha" +#define VERSIONSTR "0.5.1 alpha" // The version as seen in the Windows resource -#define RC_FILEVERSION 0,5,0,0 -#define RC_PRODUCTVERSION 0,5,9,0 +#define RC_FILEVERSION 0,5,1,0 +#define RC_PRODUCTVERSION 0,5,1,0 #define RC_PRODUCTVERSION2 VERSIONSTR // These are for content versioning. #define VER_MAJOR 0 #define VER_MINOR 5 -#define VER_REVISION 0 +#define VER_REVISION 1 // More stuff that needs to be different for derivatives. #define GAMENAME "Raze"