diff options
author | Michele Calgaro <[email protected]> | 2022-06-20 19:36:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-20 19:36:17 +0900 |
commit | e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf (patch) | |
tree | e940e2dc23ee233fa4ed7fe6ea3af58a3765e204 | |
parent | e24207a26ff00c05bde04debd528504ee86d2669 (diff) | |
download | libcarddav-e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf.tar.gz libcarddav-e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |