We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0addf commit 020b8fdCopy full SHA for 020b8fd
source/core/util/timestamp.cpp
@@ -11,10 +11,10 @@
11
#endif
12
13
// Must match release on Github
14
-const char GIT_TAG[] = "Alpha 5.10.11 (Hotfix 3)";
+const char GIT_TAG[] = "Alpha 5.10.12";
15
16
// Must be exactly 16 bytes long
17
-const char VERSION_SHORT[] = "RiiStudioA5.10.b";
+const char VERSION_SHORT[] = "RiiStudioA5.10.c";
18
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
19
"VERSION_SHORT must be 16 bytes long");
20
@@ -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.11 (Hotfix 3)"
+#define RII_BUILD "Alpha 5.10.12"
27
#else
28
#define RII_BUILD "Custom"
29
0 commit comments