We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157bd8d commit 68155a7Copy full SHA for 68155a7
Source/System/GameVersion.h
@@ -5,7 +5,7 @@
5
namespace RTE {
6
7
#pragma region Game Version
8
- static constexpr const char* c_VersionString = "5.1.0";
+ static constexpr const char* c_VersionString = "6.0.0";
9
static const version::Semver200_version c_GameVersion = version::Semver200_version(c_VersionString);
10
#pragma endregion
11
} // namespace RTE
0 commit comments