Skip to content

Commit d33f0f2

Browse files
committed
🔖 Bump version
1 parent 1b725f9 commit d33f0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/util/timestamp.cpp

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

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

1616
// Must be exactly 16 bytes long
1717
const char VERSION_SHORT[] = "RiiStudioA5.10.a";
@@ -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.10 (Hotfix 2)"
26+
#define RII_BUILD "Alpha 5.10.10 (Hotfix 3)"
2727
#else
2828
#define RII_BUILD "Custom"
2929
#endif

0 commit comments

Comments
 (0)