Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible InventoryL...
authorPerttu Ahola <celeron55@gmail.com>
Tue, 4 Sep 2012 21:39:43 +0000 (00:39 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 4 Sep 2012 21:39:43 +0000 (00:39 +0300)
CMakeLists.txt
src/clientserver.h

index f608f3c76a30cdbb31d0617d058d46e29aa083ed..a9aa0f3a98d287eba4d094d7d608ea23a28dea32 100644 (file)
@@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
 # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 4)
-set(VERSION_PATCH 2-rc1)
+set(VERSION_PATCH 3-rc0)
 if(VERSION_EXTRA)
        set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
 endif()
index a6ba8fe45c82d837404024f7b407b5c2928aada3..82e485d95d96d2cf803461ac7c6d89569bc17a8e 100644 (file)
@@ -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