Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Jul 24, 2023
1 parent 1b725f9 commit d33f0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/core/util/timestamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif

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

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

0 comments on commit d33f0f2

Please sign in to comment.