diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 18:07:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 18:08:15 +0900 |
commit | 6cd1bae071d72253b914f99641cb5698d335ab42 (patch) | |
tree | 2872987186c7466be4effbb828c43bf42e2b6cd6 | |
parent | 8f48f58fb6c919cbda4ef406bcdf1854a24c68b6 (diff) | |
download | knetstats-r14.0.x.tar.gz knetstats-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1648ae32d2211e8ca1b921dd1e6d0dfb3c6c9b5c)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c491a2..d5cd9ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( knetstats ) -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 ) |