Updated the CMake configuration for the 2.2.0 release

This commit is contained in:
Leon Styhre 2023-11-02 12:59:58 +01:00
parent 829edf9388
commit d7ec11739d

View file

@ -19,7 +19,7 @@ endif()
project(emulationstation-de)
# Application version, update this when making a new release.
set(ES_VERSION 2.2.0-beta)
set(ES_VERSION 2.2.0)
# Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.)
set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE)