From 2bde3bc60b6deb0120a849c7bde688814e6951b4 Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 14 May 2021 19:09:35 -0400 Subject: [PATCH] Update version to 1.1.0 --- GpCommon/GpBuildVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GpCommon/GpBuildVersion.h b/GpCommon/GpBuildVersion.h index 1c0fa48..c116a89 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 Release Candidate 2" +#define GP_APPLICATION_VERSION_STRING "1.1.0" #define GP_APPLICATION_COPYRIGHT_STRING "2019-2021 Gale Force Games LLC" #define GP_APPLICATION_WEBSITE_STRING "https://github.com/elasota/Aerofoil"