From 5f5f079eaf02e5f9f628cc3f2404475a4272e3c0 Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Thu, 4 Jul 2024 22:11:23 +0200 Subject: [PATCH] Official Release 1.1.1 --- CMakeLists.txt | 2 +- source/utils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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