We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1162ec7 commit 7532d82Copy full SHA for 7532d82
source/core/util/timestamp.cpp
@@ -11,12 +11,12 @@
11
#endif
12
13
// Must match release on Github
14
-#define GITHUB_TAG "Alpha 5.11 (Hotfix 1)"
+#define GITHUB_TAG "Alpha 5.11.1"
15
16
const char GIT_TAG[] = GITHUB_TAG;
17
18
// Must be exactly 16 bytes long
19
-const char VERSION_SHORT[] = "RiiStudioA5.11 ";
+const char VERSION_SHORT[] = "RiiStudioA5.11.1";
20
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
21
"VERSION_SHORT must be 16 bytes long");
22
0 commit comments