Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Sep 14, 2019
1 parent c811834 commit f83154c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.MD
Expand Up @@ -146,12 +146,12 @@ cd build
````
and then
````
cmake -BUILD_PSP2=ON -DCMAKE_BUILD_TYPE=Release ../cmake
cmake -DBUILD_PSP2=ON -DCMAKE_BUILD_TYPE=Release ../cmake
make Cannonball.vpk -j10
````
for Vita, or
````
cmake -BUILD_NX=ON -DCMAKE_BUILD_TYPE=Release ../cmake
cmake -DBUILD_NX=ON -DCMAKE_BUILD_TYPE=Release ../cmake
make Cannonball_Switch.zip -j10
````
for Switch.
Expand All @@ -162,6 +162,10 @@ Those are both included as binaries and linked automatically.

Changelog
=====
1.06switch

- recompiled with 9.0.0 support

1.05switch

- added Switch release
Expand Down
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)

# Cannonball version
set(VERSION_MAJOR 1)
set(VERSION_MINOR 05)
set(VERSION_MINOR 06)

if(BUILD_PSP2)
set(CMAKE_SYSTEM_NAME "Generic")
Expand Down

0 comments on commit f83154c

Please sign in to comment.