1.5.2 release

This commit is contained in:
Pavel Stupnikov
2015-09-02 13:33:47 +03:00
parent 5d39fa33a6
commit 337a722374
2 changed files with 6 additions and 2 deletions

View File

@@ -73,6 +73,10 @@ This is usable for any OpenTTD servers
== CHANGELOG ==
*** 1.5.2/30 (2 Sep 2015) ***
- Fixed fast server change buttons
- Fixed extra data saving (crashed when opening saves).
*** 1.5.1-2/29 (16 Jun 2015) ***
- Stores most of CityMania client extra data in savegame
- Includes CB info (deliveries/requirements/etc.), RTM/DTM, CS/HS/HR and town growth zoning.

View File

@@ -1,7 +1,7 @@
TMP="/tmp/cmclient"
WIN="/var/run/media/pavels/F8040EC2040E843A/novattd"
VER="1.5.1"
CMVER="1.5.1-2"
VER="1.5.2"
CMVER="1.5.2"
TMP_SRC="$TMP/openttd-$VER"
DIR=`pwd`
SRC_RELEASE_FNAME="$DIR/citymania-client-$CMVER-source.zip"