Bump up protocol number 0.9.14
authorunc0rr
Sat, 13 Nov 2010 23:09:24 +0300
branch0.9.14
changeset 4298 68b29fb094e1
parent 4296 53d98ea25ac0
child 4300 02582c825081
Bump up protocol number
CMakeLists.txt
--- a/CMakeLists.txt	Sat Nov 13 14:56:35 2010 -0500
+++ b/CMakeLists.txt	Sat Nov 13 23:09:24 2010 +0300
@@ -169,7 +169,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 32)
+set(HEDGEWARS_PROTO_VER 33)
 
 if(WITH_SERVER)
     message(STATUS "Server is going to be built! Make sure you have GHC installed")