summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-23 14:19:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-23 14:20:03 +0900
commit0e3c7ddc524cd6244f93833afd6bd7f6fba2a914 (patch)
tree929a7465ffddbc8c92d24f415977e8b59f2f4f46
parentc87f61cae526ee3939639c5128aad0daa205f067 (diff)
downloadkompose-r14.0.x.tar.gz
kompose-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4fe9f77f06ebbeba9e8a836572a8a4f15c655918)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af6e19d..4a3473c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( kompose )
-set( VERSION R14.0.13 )
##### include essential cmake modules ###########
@@ -36,6 +35,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )