Increase "proto version", as the current engine isn't compatible with 0.9 one
authorunc0rr
Mon, 19 Mar 2007 21:28:16 +0000
changeset 501 35b8c6c4e7e1
parent 500 d9b140e9d2c2
child 502 bc178daca088
Increase "proto version", as the current engine isn't compatible with 0.9 one
CMakeLists.txt
--- a/CMakeLists.txt	Mon Mar 19 19:12:46 2007 +0000
+++ b/CMakeLists.txt	Mon Mar 19 21:28:16 2007 +0000
@@ -9,7 +9,7 @@
 endif(DEFINED DATA_INSTALL_DIR)
 set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
 
-set(HEDGEWARS_PROTO_VER 4)
+set(HEDGEWARS_PROTO_VER 5)
 
 add_subdirectory(bin)
 add_subdirectory(QTfrontend)