diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 15:45:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 15:45:59 +0900 |
commit | b622cc0613d9ae6b82e626925826d6192ab8e268 (patch) | |
tree | a52e11ed9a321d76adf598b9f038a57b16d0cc4b | |
parent | 7d58746b65cee8fa4b8e5690a1e21c6b97e52f12 (diff) | |
download | gwenview-i18n-b622cc0613d9ae6b82e626925826d6192ab8e268.tar.gz gwenview-i18n-b622cc0613d9ae6b82e626925826d6192ab8e268.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b022f69..de541a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( gwenview-i18n ) -set( VERSION R14.1.0 ) ##### include essential cmake modules ########### @@ -28,6 +27,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |