diff --git a/CMakeLists.txt b/CMakeLists.txt index 45b38ed6e..4a8424000 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)