- Decrease default girders number
authorunc0rr
Thu, 19 Jun 2008 20:34:53 +0000
changeset 1021 a6dcb1412a29
parent 1020 2cbffbc0dc70
child 1022 f6a3fcb329ca
- Decrease default girders number - Change version to 0.9.5-dev and proto to 13, as this commit breaks compatibility
CMakeLists.txt
QTfrontend/hwconsts.cpp.in
--- a/CMakeLists.txt	Thu Jun 19 19:53:03 2008 +0000
+++ b/CMakeLists.txt	Thu Jun 19 20:34:53 2008 +0000
@@ -4,7 +4,7 @@
 
 set(CPACK_PACKAGE_VERSION_MAJOR "0")
 set(CPACK_PACKAGE_VERSION_MINOR "9")
-set(CPACK_PACKAGE_VERSION_PATCH "4")
+set(CPACK_PACKAGE_VERSION_PATCH "5-dev")
 
 if(DEFINED DATA_INSTALL_DIR)
 	set(SHAREPATH ${DATA_INSTALL_DIR}/hedgewars/)
@@ -14,7 +14,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 12)
+set(HEDGEWARS_PROTO_VER 13)
 
 add_subdirectory(bin)
 add_subdirectory(QTfrontend)
--- a/QTfrontend/hwconsts.cpp.in	Thu Jun 19 19:53:03 2008 +0000
+++ b/QTfrontend/hwconsts.cpp.in	Thu Jun 19 20:34:53 2008 +0000
@@ -28,7 +28,7 @@
 
 QStringList * Themes;
 
-QString * cDefaultAmmoStore = new QString("eammstore 93919294221991210332351");
+QString * cDefaultAmmoStore = new QString("eammstore 93919294221991210322351");
 
 QColor * color1 = new QColor(  0, 255, 255);
 QColor * color2 = new QColor(255, 127, 127);