OpenTTD: bump version

This commit is contained in:
pelya
2017-04-02 02:52:05 +03:00
parent 78d3c8ca27
commit 46e4118ba8
3 changed files with 5 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl
# Application version code (integer)
AppVersionCode=17065
AppVersionCode=17066
# Application user-visible version name (string)
AppVersionName="1.7.0.65-RC1"
AppVersionName="1.7.0.66"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu

View File

@@ -18,7 +18,8 @@ cd bin
export LD_LIBRARY_PATH=/usr/local/lib
if [ -z "$1" ]; then
./openttd -d 2 -r 854x480 -g opntitle.sav
#./openttd -d 2 -r 854x480 -g opntitle.sav
./openttd -d 2 -r 854x480 -b 32bpp-simple
else
#gdb -ex run --args \
valgrind --track-fds=yes --log-file=valgrind.log --leak-check=full \