diff --git a/cm_changelog.txt b/cm_changelog.txt index 886ce7b015..8e72368311 100644 --- a/cm_changelog.txt +++ b/cm_changelog.txt @@ -74,7 +74,7 @@ This is usable for any OpenTTD servers == CHANGELOG == -*** 1.6.0 (3 Apr 2016) *** +*** 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). - Detailed station ratings tooltip (hover over rating in station window). diff --git a/release.sh b/release.sh index 1891a3b009..090e8477cb 100755 --- a/release.sh +++ b/release.sh @@ -1,7 +1,7 @@ TMP="/tmp/cmclient" -WIN="/var/run/media/pavels/F8040EC2040E843A/novattd" -VER="1.5.3" -CMVER="1.5.3" +WIN="/var/run/media/pavels/F8040EC2040E843A/cmclient" +VER="1.6.0" +CMVER="1.6.0" TMP_SRC="$TMP/openttd-$VER" DIR=`pwd` SRC_RELEASE_FNAME="$DIR/citymania-client-$CMVER-source.zip" @@ -10,9 +10,9 @@ RELEASE64_FNAME="$DIR/citymania-client-$CMVER-win64.zip" RELEASE_DIFF="$DIR/citymania-client-$CMVER.diff" EXE32="$WIN/objs/Win32/Release/openttd.exe" EXE64="$WIN/objs/x64/Release/openttd.exe" -rm $SRC_RELEASE_FNAME -rm $RELEASE_FNAME -rm $RELEASE64_FNAME +rm -f $SRC_RELEASE_FNAME +rm -f $RELEASE_FNAME +rm -f $RELEASE64_FNAME rm -rf $TMP set -e