Skip to content

Commit

Permalink
Bump server version to 10.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbroad committed Dec 4, 2024
1 parent 36cb4eb commit 9816244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class Connection

private:
static const std::uint16_t protocol_version_first_digit = 10; // protocol/game version sent to server
static const std::uint16_t protocol_version_second_digit = 30;
static const std::uint16_t protocol_version_second_digit = 31;
static const size_t max_out_buffer_size = 8192;
static const size_t max_in_buffer_size = 8192;
static const size_t max_cache_size = 256;
Expand Down
2 changes: 1 addition & 1 deletion multiplayer.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static int client_version_patch=VER_BUILD;
#endif
#ifndef USE_SSL
static int version_first_digit=10; //protocol/game version sent to server
static int version_second_digit=30;
static int version_second_digit=31;
#endif // !USE_SSL

const char * web_update_address= "http://www.eternal-lands.com/index.php?content=update";
Expand Down

0 comments on commit 9816244

Please sign in to comment.