summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 20:07:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 20:07:43 +0900
commit95f279a9db263c2d3679ea1af7488a48e42da4fc (patch)
tree099d1280c0da2416321a29f076d8f5c7079ee218
parent18ea1e7a9489bf811dd33b7652866015f6340432 (diff)
downloadk3b-95f279a9db263c2d3679ea1af7488a48e42da4fc.tar.gz
k3b-95f279a9db263c2d3679ea1af7488a48e42da4fc.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 8d1ddf3..93a1a56 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,6 +34,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )