changelog, release script update

This commit is contained in:
Pavel Stupnikov
2015-12-03 00:38:55 +03:00
parent 21d9d77088
commit 4b8fe7454a
2 changed files with 7 additions and 2 deletions

View File

@@ -73,6 +73,11 @@ This is usable for any OpenTTD servers
== CHANGELOG ==
*** 1.5.3 (3 Dec 2015) ***
- Update to OpenTTD 1.5.3
- Fixed crash when pressing Ctrl while building tramways.
*** 1.5.3-RC1 (3 Nov 2015) ***
- Update to OpenTTD 1.5.3-RC1

View File

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