From 0d84dd9c4c067f6875d077949ac8545d5187bd17 Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Wed, 13 Jan 2021 19:59:52 -0500 Subject: [PATCH] :bookmark: Bumped 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 e5cd03d27..3d88f2480 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.0"; +const char GIT_TAG[] = "Alpha 5.1"; // Must be exactly 16 bytes long -const char VERSION_SHORT[] = "RiiStudio: A-5.0"; +const char VERSION_SHORT[] = "RiiStudio: A-5.1"; 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.0" // TODO: better system for this +#define __BUILD "Alpha 5.1" #else #define __BUILD "Custom" #endif