We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2690623 commit 3c8a006Copy full SHA for 3c8a006
source/core/util/timestamp.cpp
@@ -11,7 +11,7 @@
11
#endif
12
13
// Must match release on Github
14
-const char GIT_TAG[] = "Alpha 5.10.13 (Hotfix 7)";
+const char GIT_TAG[] = "Alpha 5.10.13 (Hotfix 8)";
15
16
// Must be exactly 16 bytes long
17
const char VERSION_SHORT[] = "RiiStudioA5.10.d";
@@ -23,7 +23,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16,
23
#elif defined(BUILD_RELEASE)
24
#define RII_BUILD "Alpha Release"
25
#elif defined(BUILD_DIST)
26
-#define RII_BUILD "Alpha 5.10.13 (Hotfix 7)"
+#define RII_BUILD "Alpha 5.10.13 (Hotfix 8)"
27
#else
28
#define RII_BUILD "Custom"
29
0 commit comments