# HG changeset patch # User unc0rr # Date 1174339696 0 # Node ID 35b8c6c4e7e163d46dc66818c2922819c99f5521 # Parent d9b140e9d2c28ae9c7fdadb10f7c9d797561b46d Increase "proto version", as the current engine isn't compatible with 0.9 one diff -r d9b140e9d2c2 -r 35b8c6c4e7e1 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)