summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 12:10:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 12:10:50 +0900
commit57e74b846ab20e5ee27a288866e402df20c6b1f6 (patch)
treef76c77a4444ab8afff43e6fd371309d9433020da
parentf6f78423419cf70d6462b87d4638c6288d4f62ba (diff)
downloadtqscintilla-57e74b846ab20e5ee27a288866e402df20c6b1f6.tar.gz
tqscintilla-57e74b846ab20e5ee27a288866e402df20c6b1f6.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 7196a4d..36dd942 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tqscintilla )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
if( CMAKE_INSTALL_LIBDIR )