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-20 17:15:20 +0900
commit5abe62409c12c2c795bf720c58942dbdc810f2c6 (patch)
treedf3405532392ea9103d462d23079cbf4c160828c
parentb4595aac7ff380d28363ff8a5385c68997e3c1ae (diff)
downloadlibr-5abe62409c12c2c795bf720c58942dbdc810f2c6.tar.gz
libr-5abe62409c12c2c795bf720c58942dbdc810f2c6.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6706910e4ff0e9cee42b617f84a5bd0fe9b7fb89)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 757a381..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.0.13 )
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 )