From 14011bdc7a86f693409f218a8ce2c32dd8f4fe89 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 29 Jul 2018 00:26:03 +0100 Subject: Add protocol_version and supported package types to ContentDB urls --- src/network/networkprotocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network') 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 -- cgit v1.2.3