diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:15:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:15:46 +0900 |
commit | 511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85 (patch) | |
tree | e2436007cfcf8e4bcb7ccf7eca3678bc31acedf7 | |
parent | 0ba61b9a6bba6de74357bed8e7808b7d3c8561af (diff) | |
download | polkit-tqt-511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85.tar.gz polkit-tqt-511a1ddc0f4b1e9214d52ba79a2d7e7b77d35d85.zip |
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fce5c13a2..f0bfc6055 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,6 @@ ## Polkit TQt Library project("polkit-tqt") -set( VERSION R14.1.0 ) set(POLKIT-TQT_VERSION_MAJOR 0) set(POLKIT-TQT_VERSION_MINOR 103) @@ -32,6 +31,11 @@ include( TDEMacros ) enable_testing( ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### optional stuff option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) |