We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d072ee8 commit 6163d20Copy full SHA for 6163d20
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.1"
+#define GITHUB_TAG "Alpha 5.11.2"
15
16
const char GIT_TAG[] = GITHUB_TAG;
17
18
// Must be exactly 16 bytes long
19
-const char VERSION_SHORT[] = "RiiStudioA5.11.1";
+const char VERSION_SHORT[] = "RiiStudioA5.11.2";
20
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
21
"VERSION_SHORT must be 16 bytes long");
22
0 commit comments