From d33f0f281b567e03d5baee83d95a2f9728f045ce Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:20:51 -0600 Subject: [PATCH] :bookmark: Bump version --- source/core/util/timestamp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/util/timestamp.cpp b/source/core/util/timestamp.cpp index 17079ed57..d62c6a6d1 100644 --- a/source/core/util/timestamp.cpp +++ b/source/core/util/timestamp.cpp @@ -11,7 +11,7 @@ #endif // Must match release on Github -const char GIT_TAG[] = "Alpha 5.10.10 (Hotfix 2)"; +const char GIT_TAG[] = "Alpha 5.10.10 (Hotfix 3)"; // Must be exactly 16 bytes long const char VERSION_SHORT[] = "RiiStudioA5.10.a"; @@ -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.10 (Hotfix 2)" +#define RII_BUILD "Alpha 5.10.10 (Hotfix 3)" #else #define RII_BUILD "Custom" #endif