update changelog and release script

This commit is contained in:
Pavel Stupnikov
2016-07-24 10:44:07 +03:00
parent 4c6d92e70f
commit e298b564a5
2 changed files with 5 additions and 2 deletions

View File

@@ -74,6 +74,9 @@ This is usable for any OpenTTD servers
== CHANGELOG ==
*** 1.6.1 (24 Jul 2016) ***
- Minor bugfixes
*** 1.6.0 (2 Apr 2016) ***
- Added active stations highlight to town zoning. Outlines stations that have been serviced in last ~50 days (as in checks for authority rating and town growth rate).
- Fixed next counter in town window (was always showing -1 in case of custom growth rate). Also show * after GR value for a custom rate (set by GameScript or server patch).

View File

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