mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Updated the CMake configuration for the 2.2.0 release
This commit is contained in:
parent
829edf9388
commit
d7ec11739d
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue