diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-09-05 00:39:43 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-09-05 00:39:43 +0300 |
commit | 1b63f8d6b9cb3b8775f3a541dded890b0adfa6fd (patch) | |
tree | 3bf75eff4c5ff1751272e5fede78e02e982a1f85 /src/clientserver.h | |
parent | 60932d2bd76cbe006e297f36bc118b830ae969d3 (diff) | |
download | minetest-1b63f8d6b9cb3b8775f3a541dded890b0adfa6fd.tar.gz minetest-1b63f8d6b9cb3b8775f3a541dded890b0adfa6fd.tar.bz2 minetest-1b63f8d6b9cb3b8775f3a541dded890b0adfa6fd.zip |
Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible InventoryList width field
Diffstat (limited to 'src/clientserver.h')
-rw-r--r-- | src/clientserver.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h index a6ba8fe45..82e485d95 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -65,9 +65,11 @@ with this program; if not, write to the Free Software Foundation, Inc., TOSERVER_INVENTORY_FIELDS 16-bit node ids TOCLIENT_DETACHED_INVENTORY + PROTOCOL_VERSION 13: + InventoryList field "Width" (deserialization fails with old versions) */ -#define PROTOCOL_VERSION 12 +#define PROTOCOL_VERSION 13 #define PROTOCOL_ID 0x4f457403 |