Skip to content

Commit

Permalink
switch: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Apr 25, 2019
1 parent 5dd2da1 commit cfe5f88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ PKG_CONFIG_PATH=$DEVKITPRO/portlibs/switch/lib/pkgconfig ./configure --os=SWITCH
make -j12
cd os/switch
git clean -f
cmake ./
cmake ./ -DCMAKE_BUILD_TYPE=Release
make openttd_switch.zip
```

Expand All @@ -118,6 +118,11 @@ openttd_switch.zip can be found in __cmake/__

# Changelog

1.03

- bundle with working AI compatibility script files (fixes AI crashing)
- bundle with pre-installed AI opponenta and support library scripts

1.02

- compile with lzma and lzo2 compression libraries to allow loading old compressed savegames/scenarios
Expand Down
2 changes: 1 addition & 1 deletion os/switch/CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ endif()
set(SHORT_NAME openttd)
project(${SHORT_NAME})

set(SWITCH_VERSION "1.02")
set(SWITCH_VERSION "1.03")

if (CMAKE_BUILD_TYPE STREQUAL "Debug")
configure_file(../../objs/debug/${SHORT_NAME} ./${SHORT_NAME} COPYONLY)
Expand Down

0 comments on commit cfe5f88

Please sign in to comment.