Update protocol number
authorunc0rr
Sun, 25 Jan 2009 14:00:28 +0000
changeset 1750 36023de30dac
parent 1749 7170f626e9d6
child 1751 b67a124afe53
Update protocol number
CMakeLists.txt
--- a/CMakeLists.txt	Sun Jan 25 13:58:59 2009 +0000
+++ b/CMakeLists.txt	Sun Jan 25 14:00:28 2009 +0000
@@ -19,7 +19,7 @@
 set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
 
 set(HEDGEWARS_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
-set(HEDGEWARS_PROTO_VER 22)
+set(HEDGEWARS_PROTO_VER 24)
 
 if(WITH_SERVER)
 	set(HAVE_NETSERVER true)