From d7ec11739d68b89872ec8f70d5cb06db39412ee1 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 2 Nov 2023 12:59:58 +0100 Subject: [PATCH] Updated the CMake configuration for the 2.2.0 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)