aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-03-28 18:40:42 +0100
committerDavid Faure <faure@kde.org>2014-03-28 18:40:42 +0100
commit74875c5e91dcd6be34504fa5f02eb3c4978ce245 (patch)
tree3d4f80b0c5f344c394fe36dfd79b4f11bbdf1301 /CMakeLists.txt
parentd3d31b88f829c76aaf6a37f6a0a4f1bc97da3356 (diff)
downloadextra-cmake-modules-74875c5e91dcd6be34504fa5f02eb3c4978ce245.tar.gz
extra-cmake-modules-74875c5e91dcd6be34504fa5f02eb3c4978ce245.tar.bz2
beta1 preparation: ECM is now 0.0.12v0.0.12
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 6a6b862f..7ac655a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(extra-cmake-modules NONE)
set(ECM_MAJOR_VERSION 0)
set(ECM_MINOR_VERSION 0)
-set(ECM_PATCH_VERSION 11)
+set(ECM_PATCH_VERSION 12)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})