From 022961dbf5d66b8f132b66718daab0be45d23d14 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Sat, 4 Apr 2020 19:01:22 +1100 Subject: [PATCH] cmake: Fix FreeDesktop specification version (hint: it's not the project version) --- CMakeLists.txt | 3 +-- data/DobieStation.desktop.in | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b66e55d4..cc3bd05f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(DobieStation - VERSION 0.1.0) +project(DobieStation) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) string(REPLACE "-O3" "-O2" CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE}") # fix Release build diff --git a/data/DobieStation.desktop.in b/data/DobieStation.desktop.in index 464afc67..4540734d 100644 --- a/data/DobieStation.desktop.in +++ b/data/DobieStation.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=@PROJECT_VERSION@ +Version=1.1 Name=DobieStation GenericName=PlayStation 2 Emulator Comment=A dog-themed PS2 emulator