We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37ef49 commit 60c3021Copy full SHA for 60c3021
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.2"
+#define GITHUB_TAG "Alpha 5.11.3"
19
20
const char GIT_TAG[] = GITHUB_TAG;
21
22
// Must be exactly 16 bytes long
23
-const char VERSION_SHORT[] = "RiiStudioA5.11.2";
+const char VERSION_SHORT[] = "RiiStudioA5.11.3";
24
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
25
"VERSION_SHORT must be 16 bytes long");
26
0 commit comments