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:37:30 +0900
commit64c632cac9bc70a5e2871b8035d336405676fc1e (patch)
tree24bb5fdd608bc8a2bf74ea2194e8be97ab230e71
parentbf7b65ffc92ca99cae23866cf559eadf6a468ce0 (diff)
downloadlibcarddav-r14.0.x.tar.gz
libcarddav-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 e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f902c8a..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.0.13 )
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 )