From a6486c137bd5c8e036703c0303af2065d166d366 Mon Sep 17 00:00:00 2001 From: elasota Date: Tue, 11 May 2021 01:42:06 -0400 Subject: [PATCH] Change version tag to 1.1.0 rc1 --- GpCommon/GpBuildVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GpCommon/GpBuildVersion.h b/GpCommon/GpBuildVersion.h index f17f9fa..8104dfe 100644 --- a/GpCommon/GpBuildVersion.h +++ b/GpCommon/GpBuildVersion.h @@ -4,6 +4,6 @@ #define GP_BUILD_VERSION_MINOR 1 #define GP_BUILD_VERSION_UPDATE 0 -#define GP_APPLICATION_VERSION_STRING "1.1.0" +#define GP_APPLICATION_VERSION_STRING "1.1.0 rc1" #define GP_APPLICATION_COPYRIGHT_STRING "2019-2021 Gale Force Games" #define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil"