Skip to content

Commit

Permalink
⬆️ Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Mar 18, 2021
1 parent f892cdc commit 9456536
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 @@ -12,10 +12,10 @@
#endif

// Must match release on Github
const char GIT_TAG[] = "Alpha 5.2";
const char GIT_TAG[] = "Alpha 5.3";

// Must be exactly 16 bytes long
const char VERSION_SHORT[] = "RiiStudio: A-5.2";
const char VERSION_SHORT[] = "RiiStudio: A-5.3";
static_assert(sizeof(VERSION_SHORT) - 1 == 16,
"VERSION_SHORT must be 16 bytes long");

Expand All @@ -24,7 +24,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16,
#elif defined(BUILD_RELEASE)
#define __BUILD "Alpha Release"
#elif defined(BUILD_DIST)
#define __BUILD "Alpha 5.2"
#define __BUILD "Alpha 5.3"
#else
#define __BUILD "Custom"
#endif
Expand Down

0 comments on commit 9456536

Please sign in to comment.