OpenTTD: bump version
This commit is contained in:
Submodule project/jni/application/ninslash/src updated: e33a38524e...0e47d0a1c1
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
|||||||
AppFullName=org.openttd.sdl
|
AppFullName=org.openttd.sdl
|
||||||
|
|
||||||
# Application version code (integer)
|
# Application version code (integer)
|
||||||
AppVersionCode=17067
|
AppVersionCode=17069
|
||||||
|
|
||||||
# Application user-visible version name (string)
|
# Application user-visible version name (string)
|
||||||
AppVersionName="1.7.0.67"
|
AppVersionName="1.7.0.69"
|
||||||
|
|
||||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
# 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
|
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ cd bin
|
|||||||
export LD_LIBRARY_PATH=/usr/local/lib
|
export LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
./openttd -d 2 -r 854x480 -g opntitle.sav
|
./openttd -d 2 -r 854x480 # -g opntitle.sav
|
||||||
else
|
else
|
||||||
#gdb -ex run --args \
|
#gdb -ex run --args \
|
||||||
valgrind --track-fds=yes --log-file=valgrind.log --leak-check=full \
|
valgrind --track-fds=yes --log-file=valgrind.log --leak-check=full \
|
||||||
|
|||||||
Reference in New Issue
Block a user