summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 18:47:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 18:48:28 +0900
commit1dc0b00d02fc11ba65e2168ef012e03013513fda (patch)
treefbe9ab48bd56aacfad2211c5653e4823496ba1e7
parentc3915bdb11daf562e24f316581d4df81f0de8cbb (diff)
downloadkmymoney-1dc0b00d02fc11ba65e2168ef012e03013513fda.tar.gz
kmymoney-1dc0b00d02fc11ba65e2168ef012e03013513fda.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 77beee6cafa70f864c61e647ca0597d0bd2719b5)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dab391f..34ac986 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kmymoney2 )
-set( VERSION R14.0.13 )
set( APP_VERSION 1.0.5 )
@@ -34,6 +33,11 @@ include( TDEMacros )
include( kmm-macros.cmake )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )