Bump protocol version to 59 1.0.0-release
authorWuzzy <Wuzzy2@mail.ru>
Mon, 07 Oct 2019 23:07:41 +0200
changeset 15445 88770c206c31
parent 15444 c03b2e263488
child 15446 1c342763102f
Bump protocol version to 59
CMakeLists.txt
ChangeLog.txt
gameServer/CoreTypes.hs
gameServer/Utils.hs
--- a/CMakeLists.txt	Mon Oct 07 23:53:47 2019 +0300
+++ b/CMakeLists.txt	Mon Oct 07 23:07:41 2019 +0200
@@ -92,7 +92,7 @@
 set(CPACK_PACKAGE_VERSION_MAJOR 1)
 set(CPACK_PACKAGE_VERSION_MINOR 0)
 set(CPACK_PACKAGE_VERSION_PATCH 0)
-set(HEDGEWARS_PROTO_VER 58)
+set(HEDGEWARS_PROTO_VER 59)
 if((CMAKE_BUILD_TYPE MATCHES "RELEASE") OR (CMAKE_BUILD_TYPE MATCHES "RELWITHDEBUGINFO"))
     set(HEDGEWARS_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 else()
--- a/ChangeLog.txt	Mon Oct 07 23:53:47 2019 +0300
+++ b/ChangeLog.txt	Mon Oct 07 23:07:41 2019 +0200
@@ -1,6 +1,6 @@
 + features
 * bugfixes
-============== 1.0.0-dev (unreleased) ==============
+====================== 1.0.0 =======================
 Highlights:
  + Campaigns now respect your team identity instead of overwriting it
  + Single missions now support team selection and track your progress
--- a/gameServer/CoreTypes.hs	Mon Oct 07 23:53:47 2019 +0300
+++ b/gameServer/CoreTypes.hs	Mon Oct 07 23:07:41 2019 +0200
@@ -313,8 +313,8 @@
         True
         False
         "<h2><p align=center><a href=\"https://www.hedgewars.org/\">https://www.hedgewars.org/</a></p></h2>"
-        "<font color=yellow><h3 align=center>Hedgewars 0.9.25 is out! Please update.</h3><p align=center><a href=https://hedgewars.org/download.html>Download page here</a></font>"
-        57 -- latestReleaseVersion
+        "<font color=yellow><h3 align=center>Hedgewars 1.0.0 is out! Please update.</h3><p align=center><a href=https://hedgewars.org/download.html>Download page here</a></font>"
+        59 -- latestReleaseVersion
         41 -- earliestCompatibleVersion
         46631
         ""
--- a/gameServer/Utils.hs	Mon Oct 07 23:53:47 2019 +0300
+++ b/gameServer/Utils.hs	Mon Oct 07 23:07:41 2019 +0200
@@ -127,6 +127,8 @@
             , (56, "0.9.25-dev")
             , (57, "0.9.25")
             , (58, "1.0.0-dev")
+            , (59, "1.0.0")
+            , (60, "1.0.1-dev")
             ]
 
 askFromConsole :: B.ByteString -> IO B.ByteString