diff --git a/source/core/util/timestamp.cpp b/source/core/util/timestamp.cpp index 3d88f2480..c8c5a412d 100644 --- a/source/core/util/timestamp.cpp +++ b/source/core/util/timestamp.cpp @@ -12,7 +12,7 @@ #endif // Must match release on Github -const char GIT_TAG[] = "Alpha 5.1"; +const char GIT_TAG[] = "Alpha 5.1 (Hotfix 1)"; // Must be exactly 16 bytes long const char VERSION_SHORT[] = "RiiStudio: A-5.1"; @@ -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.1" +#define __BUILD "Alpha 5.1 (Hotfix 1)" #else #define __BUILD "Custom" #endif