Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Oct 19, 2023
1 parent 1162ec7 commit 7532d82
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,12 +11,12 @@
#endif

// Must match release on Github
#define GITHUB_TAG "Alpha 5.11 (Hotfix 1)"
#define GITHUB_TAG "Alpha 5.11.1"

const char GIT_TAG[] = GITHUB_TAG;

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

Expand Down

0 comments on commit 7532d82

Please sign in to comment.