diff options
author | David Faure <faure@kde.org> | 2014-03-28 18:40:42 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-03-28 18:40:42 +0100 |
commit | 74875c5e91dcd6be34504fa5f02eb3c4978ce245 (patch) | |
tree | 3d4f80b0c5f344c394fe36dfd79b4f11bbdf1301 | |
parent | d3d31b88f829c76aaf6a37f6a0a4f1bc97da3356 (diff) | |
download | extra-cmake-modules-0.0.12.tar.gz extra-cmake-modules-0.0.12.tar.bz2 |
beta1 preparation: ECM is now 0.0.12v0.0.12
-rw-r--r-- | CMakeLists.txt | 2 |
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}) |