From 2361b985cb59a50b7a20fccadf2fb0d56f6d9639 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 15 Aug 2020 12:13:48 +0200 Subject: CMakeLists.txt: Introduce shipping PROJECT_VERSION in upstream code (not just in debian/changelog, which gets removed during tarball creation). --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43d4098..76cb0c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ project(qmenumodel) +set (PROJECT_VERSION "0.7.90") + cmake_minimum_required(VERSION 2.8.9) # Standard install paths -- cgit v1.2.3