Skip to content

Commit 020b8fd

Browse files
committed
🔖 Bump version
1 parent aa0addf commit 020b8fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/core/util/timestamp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
#endif
1212

1313
// Must match release on Github
14-
const char GIT_TAG[] = "Alpha 5.10.11 (Hotfix 3)";
14+
const char GIT_TAG[] = "Alpha 5.10.12";
1515

1616
// Must be exactly 16 bytes long
17-
const char VERSION_SHORT[] = "RiiStudioA5.10.b";
17+
const char VERSION_SHORT[] = "RiiStudioA5.10.c";
1818
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
1919
"VERSION_SHORT must be 16 bytes long");
2020

@@ -23,7 +23,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16,
2323
#elif defined(BUILD_RELEASE)
2424
#define RII_BUILD "Alpha Release"
2525
#elif defined(BUILD_DIST)
26-
#define RII_BUILD "Alpha 5.10.11 (Hotfix 3)"
26+
#define RII_BUILD "Alpha 5.10.12"
2727
#else
2828
#define RII_BUILD "Custom"
2929
#endif

0 commit comments

Comments
 (0)