summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:28:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:28:54 +0900
commit36af5fc30f14bb897d3f5d4ee937447d5530588d (patch)
tree0ca2abac6ba134c746c584c75bee84e7a3135750
parent4bb6449684dba348348e9cfd2954fb3a3482af5d (diff)
downloadlibcaldav-36af5fc30f14bb897d3f5d4ee937447d5530588d.tar.gz
libcaldav-36af5fc30f14bb897d3f5d4ee937447d5530588d.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 9e51425..9ce0b52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( libcaldav )
-set( VERSION R14.1.0 )
set( PACKAGE_VERSION 0.6.5 )
@@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
if( CMAKE_INSTALL_LIBDIR )