From 5abe62409c12c2c795bf720c58942dbdc810f2c6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 19 Jun 2022 15:54:44 +0900 Subject: [PATCH] Use TDE cmake macro to set version Signed-off-by: Michele Calgaro (cherry picked from commit 6706910e4ff0e9cee42b617f84a5bd0fe9b7fb89) --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 )