Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Mar 23, 2024
1 parent 945363f commit 44955a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
set(CMAKE_VERBOSE_MAKEFILE OFF)

set(VERSION_MAJOR 2)
set(VERSION_MINOR 11)
set(VERSION_MINOR 12)

if(BUILD_PSP2)
if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
Expand Down
8 changes: 8 additions & 0 deletions README.MD
Expand Up @@ -4,6 +4,10 @@ On the Switch, since v1.84, please use Application mode, not Applet mode, to sta

Recent Changes
======
2.12 (Switch only)

- fix regression causing stuttery audio after suspend by linking with fixed SDL2

2.11 (Switch only)

- fix touch input on Switch
Expand Down Expand Up @@ -346,6 +350,10 @@ Compiling

CHANGELOG
=====
2.12 (Switch only)

- fix regression causing stuttery audio after suspend by linking with fixed SDL2

2.11 (Switch only)

- fix touch input on Switch
Expand Down

0 comments on commit 44955a2

Please sign in to comment.