diff --git a/source/core/util/timestamp.cpp b/source/core/util/timestamp.cpp index 059780320..d7213236d 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.4.5"; +const char GIT_TAG[] = "Alpha 5.5"; // Must be exactly 16 bytes long -const char VERSION_SHORT[] = "RiiStudio: A-5.4"; +const char VERSION_SHORT[] = "RiiStudio: A-5.5"; 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.4.5" +#define __BUILD "Alpha 5.5" #else #define __BUILD "Custom" #endif