From 020b8fd13a4e3f9f83a4598d7fb806fae1d49739 Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Wed, 9 Aug 2023 05:55:28 -0600 Subject: [PATCH] :bookmark: Bump version --- source/core/util/timestamp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/core/util/timestamp.cpp b/source/core/util/timestamp.cpp index fbfefdfea..c6650b0c5 100644 --- a/source/core/util/timestamp.cpp +++ b/source/core/util/timestamp.cpp @@ -11,10 +11,10 @@ #endif // Must match release on Github -const char GIT_TAG[] = "Alpha 5.10.11 (Hotfix 3)"; +const char GIT_TAG[] = "Alpha 5.10.12"; // Must be exactly 16 bytes long -const char VERSION_SHORT[] = "RiiStudioA5.10.b"; +const char VERSION_SHORT[] = "RiiStudioA5.10.c"; static_assert(sizeof(VERSION_SHORT) - 1 == 16, "VERSION_SHORT must be 16 bytes long"); @@ -23,7 +23,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16, #elif defined(BUILD_RELEASE) #define RII_BUILD "Alpha Release" #elif defined(BUILD_DIST) -#define RII_BUILD "Alpha 5.10.11 (Hotfix 3)" +#define RII_BUILD "Alpha 5.10.12" #else #define RII_BUILD "Custom" #endif