From 5da314c08d5297cdda8c77ca532a8b0c92c12c27 Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Sun, 25 Dec 2022 10:57:42 -0700 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 d7213236d..62b31860c 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.5"; +const char GIT_TAG[] = "Alpha 5.6"; // Must be exactly 16 bytes long -const char VERSION_SHORT[] = "RiiStudio: A-5.5"; +const char VERSION_SHORT[] = "RiiStudio: A-5.6"; 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 __BUILD "Alpha Release" #elif defined(BUILD_DIST) -#define __BUILD "Alpha 5.5" +#define __BUILD "Alpha 5.6" #else #define __BUILD "Custom" #endif