summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:24:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 19:24:16 +0900
commit42183671a90b026ba54d269127bcd61ebb253786 (patch)
tree5bd1a92a65770342ca11d667aa23ace3b35ed951
parent9f2ffb32cfd3552c50be538def1298e78f2d8412 (diff)
downloadlibart-lgpl-42183671a90b026ba54d269127bcd61ebb253786.tar.gz
libart-lgpl-42183671a90b026ba54d269127bcd61ebb253786.zip
Use TDE cmake macro to set versionr14.1.1r14.1.0
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 93a3959..08679ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( libart-lgpl )
-set( VERSION R14.1.0 )
set( LIBART_VERSION 2.3.21 )
string( REPLACE "." ";" LIBART_VERSION_LIST ${LIBART_VERSION} )
@@ -36,6 +35,11 @@ include( CheckCSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )