Skip to content

Commit

Permalink
Revert "Update core.hpp"
Browse files Browse the repository at this point in the history
This reverts commit 24d1abb.
  • Loading branch information
jprzimba committed Jan 18, 2025
1 parent 24d1abb commit aa542f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static constexpr auto AUTHENTICATOR_PERIOD = 30U;

// SERVER_MAJOR_VERSION is the actual full version of the server, including minor and patch numbers.
// This is intended for internal use to identify the exact state of the server (release) software.
static constexpr auto CLIENT_VERSION = 1340;
static constexpr auto CLIENT_VERSION = 1405;

#define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100)
#define CLIENT_VERSION_LOWER (CLIENT_VERSION % 100)

0 comments on commit aa542f5

Please sign in to comment.