Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project(MegaManXSNESRecomp VERSION 1.6.4 LANGUAGES C CXX)
project(MegaManXSNESRecomp VERSION 1.6.5 LANGUAGES C CXX)
set(CMAKE_C_STANDARD 11)
find_package(Python3 COMPONENTS Interpreter REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MegaManXSNESRecomp

Version 1.6.4 saves launcher settings on close and uses shared SNES shader
Version 1.6.5 saves launcher settings on close and uses shared SNES shader
presets and pixel-aspect geometry. Bundled shader choices also survive
AppImage relaunches and moving the installation.

Expand Down
Loading