My understanding from unc0rr is that as long as trunk and .17 are in sync, they maintain the protocol number.
authornemo
Sun, 13 Nov 2011 14:39:39 -0500
changeset 6364 c6adb60239f4
parent 6363 d812246272e8
child 6365 c992df555afb
child 6366 1a49a8fcca56
My understanding from unc0rr is that as long as trunk and .17 are in sync, they maintain the protocol number. Once they desync, trunk gets a new one
CMakeLists.txt
--- a/CMakeLists.txt	Sun Nov 13 14:33:14 2011 -0500
+++ b/CMakeLists.txt	Sun Nov 13 14:39:39 2011 -0500
@@ -42,7 +42,7 @@
 set(CPACK_PACKAGE_VERSION_MAJOR 0)
 set(CPACK_PACKAGE_VERSION_MINOR 9)
 set(CPACK_PACKAGE_VERSION_PATCH 17${version_suffix})
-set(HEDGEWARS_PROTO_VER 40)
+set(HEDGEWARS_PROTO_VER 41)
 set(HEDGEWARS_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")