summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 20:22:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-25 20:22:46 +0900
commit8afd0d5df8a8c383429942aa3dabd05bb13573da (patch)
tree6ef0700d3c207c6edc94c9359cbeb4ee7220d0a4
parent72ef91165ce231767d1ed567c63370058a2378c1 (diff)
downloadk3b-i18n-8afd0d5df8a8c383429942aa3dabd05bb13573da.tar.gz
k3b-i18n-8afd0d5df8a8c383429942aa3dabd05bb13573da.zip
Use TDE cmake macro to set version
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 7fb94a6..8e1c108 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( k3b-i18n )
-set( VERSION R14.1.0 )
##### include essential cmake modules ###########
@@ -28,6 +27,11 @@ include( FindPkgConfig ) # required for find_package( TDE )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### find required stuff #######################
find_package( TDE )