From a28216028e93c53e998cb1e110ff758fd936abd4 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 19 Apr 2022 17:48:43 +0200 Subject: [PATCH] Updated a comment in the CMake configuration. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b8befc08..aa4cef37d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ if(APPLE) endif() project(emulationstation-de) -# Application version, update this when there has been a new release. +# Application version, update this when making a new release. set(ES_VERSION 2.0.0-alpha) # Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.)