Skip to content

Commit

Permalink
switch: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed May 2, 2019
1 parent cba7907 commit afb02d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -118,6 +118,10 @@ openttd_switch.zip can be found in __cmake/__

# Changelog

1.04

- re-compile with libnx v2.2.0 to fix potential crashes with firmware 8.0.x

1.03

- bundle with working AI compatibility script files (fixes AI crashing)
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.03")
set(SWITCH_VERSION "1.04")

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

0 comments on commit afb02d0

Please sign in to comment.