diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-07-29 00:26:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 00:26:03 +0100 |
commit | 14011bdc7a86f693409f218a8ce2c32dd8f4fe89 (patch) | |
tree | 89fa6b6e352d6ed98d256bfd33aba9b631e84c76 /src/network | |
parent | 2b83af783bc85963c8088d354ebc9eaea17a92b9 (diff) | |
download | minetest-14011bdc7a86f693409f218a8ce2c32dd8f4fe89.tar.gz minetest-14011bdc7a86f693409f218a8ce2c32dd8f4fe89.tar.bz2 minetest-14011bdc7a86f693409f218a8ce2c32dd8f4fe89.zip |
Add protocol_version and supported package types to ContentDB urls
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/networkprotocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkprotocol.h b/src/network/networkprotocol.h index 3d682a0ad..113b11177 100644 --- a/src/network/networkprotocol.h +++ b/src/network/networkprotocol.h @@ -191,6 +191,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #define LATEST_PROTOCOL_VERSION 36 +#define LATEST_PROTOCOL_VERSION_STRING TOSTRING(LATEST_PROTOCOL_VERSION) // Server's supported network protocol range #define SERVER_PROTOCOL_VERSION_MIN 36 |