We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b725f9 commit d33f0f2Copy full SHA for d33f0f2
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.10 (Hotfix 2)";
+const char GIT_TAG[] = "Alpha 5.10.10 (Hotfix 3)";
15
16
// Must be exactly 16 bytes long
17
const char VERSION_SHORT[] = "RiiStudioA5.10.a";
@@ -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.10 (Hotfix 2)"
+#define RII_BUILD "Alpha 5.10.10 (Hotfix 3)"
27
#else
28
#define RII_BUILD "Custom"
29
0 commit comments