From 9e3a38b0eb4af4fa9cd32cffa9afb550533b7477 Mon Sep 17 00:00:00 2001 From: Electric Date: Sat, 22 May 2021 04:22:29 +0300 Subject: [PATCH] Bump version --- README.MD | 6 +++++- cmake/CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 0e31e761..b82f2311 100644 --- a/README.MD +++ b/README.MD @@ -137,7 +137,7 @@ Build Instructions Cannonball needs some boost header-only libraries. To prepare compilation: - Download and extract boost_1_66_0.zip from [here](https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.zip) - copy the subfolder boost from that archive to $VITASDK/arm-vita-eabi/include/boost for Vita, or to $DEVKITPRO/portlibs/switch/include/boost for Switch -- you should now have a file $VITASDK/arm-vita-eabi/include/boost/version.hpp, or $DEVKITPRO/portlibs/switch/include/boos/version.hpp and hundreds of other Boost header files. +- you should now have a file $VITASDK/arm-vita-eabi/include/boost/version.hpp, or $DEVKITPRO/portlibs/switch/include/boost/version.hpp and hundreds of other Boost header files. - Now that boost is installed, proceed to compile cannonball: ```` cd cannonball @@ -162,6 +162,10 @@ Those are both included as binaries and linked automatically. Changelog ===== +1.08switch + +- recompiled with 12.0.2 support + 1.07switch - Fix black screen due to linking with latest SDL2 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 05251edf..7c370a5c 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) # Cannonball version set(VERSION_MAJOR 1) -set(VERSION_MINOR 07) +set(VERSION_MINOR 08) if(BUILD_PSP2) set(CMAKE_SYSTEM_NAME "Generic")