From 02be58df5a5984ded229920ac87d5bab68d9120f Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Mon, 21 Jun 2021 12:17:15 -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 e4f943ec5..734765669 100644 --- a/source/core/util/timestamp.cpp +++ b/source/core/util/timestamp.cpp @@ -12,10 +12,10 @@ #endif // Must match release on Github -const char GIT_TAG[] = "Alpha 5.3"; +const char GIT_TAG[] = "Alpha 5.4"; // Must be exactly 16 bytes long -const char VERSION_SHORT[] = "RiiStudio: A-5.3"; +const char VERSION_SHORT[] = "RiiStudio: A-5.4"; static_assert(sizeof(VERSION_SHORT) - 1 == 16, "VERSION_SHORT must be 16 bytes long"); @@ -24,7 +24,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16, #elif defined(BUILD_RELEASE) #define __BUILD "Alpha Release" #elif defined(BUILD_DIST) -#define __BUILD "Alpha 5.3" +#define __BUILD "Alpha 5.4" #else #define __BUILD "Custom" #endif