summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 17:05:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 17:06:10 +0900
commit443fa31dbb4a819681d9435bf501ae62dffc63a6 (patch)
tree48022cf6dbb58d3d32617fac1750e73aecb6572c
parent1f7de9478204bbdc7d12f96d601a08542b1cfbfb (diff)
downloadkdiff3-443fa31dbb4a819681d9435bf501ae62dffc63a6.tar.gz
kdiff3-443fa31dbb4a819681d9435bf501ae62dffc63a6.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 92edf72f2e49d28da5b2135bb998aaa534584378)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21d6b46..8798ba0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kdiff3 )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )