aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2013-02-27 21:47:22 +0100
committerAlex Neundorf <neundorf@kde.org>2013-02-27 21:53:31 +0100
commitcc62e9ff12139bfd9dc80bd9d109e724e648e13e (patch)
tree7fd35c5ecb24728dfa71e21c70b76cccc74b8233 /CMakeLists.txt
parent4a09c64aa457069b1a8b62d03941e0fc8bfc6b0f (diff)
downloadextra-cmake-modules-cc62e9ff12139bfd9dc80bd9d109e724e648e13e.tar.gz
extra-cmake-modules-cc62e9ff12139bfd9dc80bd9d109e724e648e13e.tar.bz2
increase version to 0.0.8
-port to CamelCased KF5 libs -add some documentation to FindKF5.cmake -get rid of KDEDIRS, introduce KF5_DIRS instead, a cmake-only variable, as supported by many Find-modules 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 10d012aa..abd96d77 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 7)
+set(ECM_PATCH_VERSION 8)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})