summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 23:30:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 23:30:49 +0900
commit7cb40a82d49913a19708ad2a7cd546f7217707c9 (patch)
tree2c8ef097335154d6dd8ca6ac481106adda1721ad
parent74ceae9f4650906ca46a3b6bae8e45d5ec7b7dc6 (diff)
downloadkile-7cb40a82.tar.gz
kile-7cb40a82.zip
Use TDE cmake macro to set [Bversion
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 0892e88..122e473 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kile )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )