diff --git a/CMakeLists.txt b/CMakeLists.txt index c0c7a87..20fbaf7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endif() include(FetchContent) FetchContent_Declare(SFML GIT_REPOSITORY https://github.com/SFML/SFML.git - GIT_TAG macos_fullscreen_v2.6) + GIT_TAG 2.6.1) FetchContent_Declare(libusb1 GIT_REPOSITORY https://github.com/libusb/libusb-cmake.git diff --git a/source/utils.cpp b/source/utils.cpp index 62a820a..da54b6f 100755 --- a/source/utils.cpp +++ b/source/utils.cpp @@ -14,7 +14,7 @@ #define APP_VERSION_MAJOR 1 #define APP_VERSION_MINOR 1 -#define APP_VERSION_REVISION 0 +#define APP_VERSION_REVISION 1 #ifdef RASPI #define APP_VERSION_LETTER R #else