summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-19 15:54:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-19 18:11:52 +0900
commit6706910e4ff0e9cee42b617f84a5bd0fe9b7fb89 (patch)
treedf3405532392ea9103d462d23079cbf4c160828c
parent0877bf9ea2defdd3bd318a182fb2516014dd3af2 (diff)
downloadlibr-6706910e.tar.gz
libr-6706910e.zip
Use TDE cmake macro to set version
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 bd71f06..456394e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,6 @@ cmake_minimum_required( VERSION 3.1 )
project( libr )
set( PACKAGE libr )
-set( VERSION R14.1.0 )
set( PACKAGE_VERSION 0.6.0 )
@@ -34,6 +33,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )