Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Jun 15, 2024
1 parent d072ee8 commit 6163d20
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.1"
#define GITHUB_TAG "Alpha 5.11.2"

const char GIT_TAG[] = GITHUB_TAG;

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

Expand Down

0 comments on commit 6163d20

Please sign in to comment.