Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
riidefi committed Jan 28, 2022
1 parent 4c4c98a commit 7ed1531
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/core/util/timestamp.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "timestamp.hpp"


#if defined(__VERSION__)
#define __CC __VERSION__
#elif defined(_MSC_VER)
Expand All @@ -12,7 +11,7 @@
#endif

// Must match release on Github
const char GIT_TAG[] = "Alpha 5.4.3";
const char GIT_TAG[] = "Alpha 5.4.4";

// Must be exactly 16 bytes long
const char VERSION_SHORT[] = "RiiStudio: A-5.4";
Expand All @@ -24,7 +23,7 @@ static_assert(sizeof(VERSION_SHORT) - 1 == 16,
#elif defined(BUILD_RELEASE)
#define __BUILD "Alpha Release"
#elif defined(BUILD_DIST)
#define __BUILD "Alpha 5.4.3"
#define __BUILD "Alpha 5.4.4"
#else
#define __BUILD "Custom"
#endif
Expand Down

0 comments on commit 7ed1531

Please sign in to comment.