diff options
author | Michele Calgaro <[email protected]> | 2022-06-19 15:54:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-19 18:11:52 +0900 |
commit | 6706910e4ff0e9cee42b617f84a5bd0fe9b7fb89 (patch) | |
tree | df3405532392ea9103d462d23079cbf4c160828c | |
parent | 0877bf9ea2defdd3bd318a182fb2516014dd3af2 (diff) | |
download | libr-6706910e4ff0e9cee42b617f84a5bd0fe9b7fb89.tar.gz libr-6706910e4ff0e9cee42b617f84a5bd0fe9b7fb89.zip |
Use TDE cmake macro to set version
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 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 ) |