diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 20:52:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 20:54:01 +0900 |
commit | 211feb7ab24815255a90cad8f3f29c02654fbcbb (patch) | |
tree | 27bef70c1ca66534959ccf2194f53ef046fe65f9 | |
parent | 182e4a9842e9d7e720ac1293cd219b65a0fe20ec (diff) | |
download | tdegraphics-r14.0.x.tar.gz tdegraphics-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1d7709e4256631ae70dcd071970a99a3841e86e0)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 00dc24a7..6156ee3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( tdegraphics ) -set( VERSION R14.0.13 ) ##### include essential cmake modules ########### @@ -34,6 +33,11 @@ include( CheckSymbolExists ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |