Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Aug 9, 2023
1 parent aa0addf commit 020b8fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/core/util/timestamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
#endif

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

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

Expand All @@ -23,7 +23,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16,
#elif defined(BUILD_RELEASE)
#define RII_BUILD "Alpha Release"
#elif defined(BUILD_DIST)
#define RII_BUILD "Alpha 5.10.11 (Hotfix 3)"
#define RII_BUILD "Alpha 5.10.12"
#else
#define RII_BUILD "Custom"
#endif
Expand Down

0 comments on commit 020b8fd

Please sign in to comment.