We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996d4e2 commit 09e5754Copy full SHA for 09e5754
source/core/util/timestamp.cpp
@@ -15,12 +15,12 @@
15
#endif
16
17
// Must match release on Github
18
-#define GITHUB_TAG "Alpha 5.11.4"
+#define GITHUB_TAG "Alpha 5.11.5"
19
20
const char GIT_TAG[] = GITHUB_TAG;
21
22
// Must be exactly 16 bytes long
23
-const char VERSION_SHORT[] = "RiiStudioA5.11.4";
+const char VERSION_SHORT[] = "RiiStudioA5.11.5";
24
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
25
"VERSION_SHORT must be 16 bytes long");
26
0 commit comments