Skip to content

Commit

Permalink
🔖 Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Jan 14, 2021
1 parent 6d9da04 commit fce0844
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 @@ -12,7 +12,7 @@
#endif

// Must match release on Github
const char GIT_TAG[] = "Alpha 5.1";
const char GIT_TAG[] = "Alpha 5.1 (Hotfix 1)";

// Must be exactly 16 bytes long
const char VERSION_SHORT[] = "RiiStudio: A-5.1";
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.1"
#define __BUILD "Alpha 5.1 (Hotfix 1)"
#else
#define __BUILD "Custom"
#endif
Expand Down

0 comments on commit fce0844

Please sign in to comment.