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 28d9fbd commit b56fb18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
#set(CMAKE_VERBOSE_MAKEFILE ON)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 13)
set(VERSION_MINOR 14)

if(BUILD_PSP2)
if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)
Expand Down
10 changes: 7 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes in this version
=====
1.13 (Switch only)
1.14 (Switch only)

- Fix crash on Switch when loading a level that contains rubberbands
- Re-compile with 9.0.0 support

Overview
=====
Expand All @@ -19,7 +19,7 @@ http://www.nongnu.org/enigma/index.html

Thanks
======
Thanks to my supporters on Patreon: Andyways, CountDuckula, Greg Gibson, Jesse Harlin, Özgür Karter, Matthew Machnee, and RadicalR.
Thanks to my supporters on Patreon: Andyways, CountDuckula, Greg Gibson, Jesse Harlin, Duncan Harris, Özgür Karter, Matthew Machnee, Mored1984, Ibrahim Fazel Poor, and RadicalR.

Thanks to @usineur for his libkbd-vita code for easy use of touch keyboard text entry.

Expand Down Expand Up @@ -135,6 +135,10 @@ make enigma_switch.zip -j10

Changelog
=====
1.14 (Switch only)

- Re-compile with 9.0.0 support

1.13 (Switch only)

- Fix crash on Switch when loading a level that contains rubberbands
Expand Down

0 comments on commit b56fb18

Please sign in to comment.