From 24d1abb816d5916548215d999325fefa6314cd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo?= Date: Sat, 18 Jan 2025 15:24:58 -0300 Subject: [PATCH 1/2] Update core.hpp --- src/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.hpp b/src/core.hpp index e324895a..6ad30ac7 100644 --- a/src/core.hpp +++ b/src/core.hpp @@ -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 = 1405; +static constexpr auto CLIENT_VERSION = 1340; #define CLIENT_VERSION_UPPER (CLIENT_VERSION / 100) #define CLIENT_VERSION_LOWER (CLIENT_VERSION % 100) From aa542f5a01721c9c6550bb2679c2db89b766d1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo?= Date: Sat, 18 Jan 2025 15:25:23 -0300 Subject: [PATCH 2/2] Revert "Update core.hpp" This reverts commit 24d1abb816d5916548215d999325fefa6314cd26. --- src/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.hpp b/src/core.hpp index 6ad30ac7..e324895a 100644 --- a/src/core.hpp +++ b/src/core.hpp @@ -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)