aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-12-11 15:40:12 +0100
committerAlex Neundorf <neundorf@kde.org>2011-12-11 15:40:12 +0100
commit82f20a6b535d10e718d0932fd6eb7eb6eb523a13 (patch)
treee4aec0312d2d3028eb71d97fc4c55c91d3408143 /CMakeLists.txt
parent0ca58c1f26c7eb606fb734d2df34ca5dca9e09fb (diff)
downloadextra-cmake-modules-82f20a6b535d10e718d0932fd6eb7eb6eb523a13.tar.gz
extra-cmake-modules-82f20a6b535d10e718d0932fd6eb7eb6eb523a13.tar.bz2
-add function ecm_use_find_modules() to selectively use some of the find-modules coming with e-c-m
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 8a43e944..20badd37 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 1)
+set(ECM_PATCH_VERSION 2)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})