summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 19:19:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 19:19:05 +0900
commit3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf (patch)
treee05c19317e31873b0df91a5f587de893517326a6
parent38df311ba65f8c4ebfd8e593fed426447dc052cf (diff)
downloadkonversation-3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf.tar.gz
konversation-3c6ce6d60dd7f45ed589ccdb42cd4630552e66bf.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5910973..a1767c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )