Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Sep 15, 2019
1 parent b1f77ec commit 2f7720e
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 @@ -117,6 +117,10 @@ openttd_switch.zip can be found in __cmake/__


# Changelog
1.06

- re-compile with 9.0.0 support

1.05

- fix right click drag scrolling
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.05")
set(SWITCH_VERSION "1.06")

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

0 comments on commit 2f7720e

Please sign in to comment.