aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-02-08 00:47:34 +0100
committerAlex Neundorf <neundorf@kde.org>2013-02-08 00:49:00 +0100
commitaad12f8137972642495cb1a0ac0253f2fffcb9d1 (patch)
tree7fcb9aedbe01f2ca8bbf2f513e741dd1e476cf48 /CMakeLists.txt
parent40b310c15bfeeec7d9fccf477e5c77bd33b04d96 (diff)
downloadextra-cmake-modules-aad12f8137972642495cb1a0ac0253f2fffcb9d1.tar.gz
extra-cmake-modules-aad12f8137972642495cb1a0ac0253f2fffcb9d1.tar.bz2
some FindKF5.cmake improvements, increase to version 0.0.7
- added some docs - now a KF5_INCLUDE_DIRS variable is set, containing all requested include dirs - the same for KF5_LIBRARIES - some more status reporting Alex
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b75d57f7..10d012aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(extra-cmake-modules)
set(ECM_MAJOR_VERSION 0)
set(ECM_MINOR_VERSION 0)
-set(ECM_PATCH_VERSION 6)
+set(ECM_PATCH_VERSION 7)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})