summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:36:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:36:17 +0900
commite0ff52fb7cca3131a03ff3cff1fb7956bde24bbf (patch)
treee940e2dc23ee233fa4ed7fe6ea3af58a3765e204
parente24207a26ff00c05bde04debd528504ee86d2669 (diff)
downloadlibcarddav-e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf.tar.gz
libcarddav-e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf.zip
Use TDE cmake macro to set versionr14.1.1r14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c22dbb..3f2a04f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( libcarddav )
-set( VERSION R14.1.0 )
set( PACKAGE_VERSION 0.6.1 )
@@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
if( CMAKE_INSTALL_LIBDIR )