From 1df5f2fd1b6f08c5ed7a012f2b995d8405071162 Mon Sep 17 00:00:00 2001 From: riidefi <34194588+riidefi@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:59:03 -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 f1b2d38b4..059780320 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.4.4"; +const char GIT_TAG[] = "Alpha 5.4.5"; // Must be exactly 16 bytes long const char VERSION_SHORT[] = "RiiStudio: A-5.4"; @@ -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.4.4" +#define __BUILD "Alpha 5.4.5" #else #define __BUILD "Custom" #endif