diff options
author | David Faure <faure@kde.org> | 2014-03-01 12:08:04 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-03-01 12:08:04 +0100 |
commit | 9287c5b48ede414048b4d3327787e8fd57715d01 (patch) | |
tree | d0e08e7cd90e3a13020b6a3646b63b09a5860e27 | |
parent | 77a796be01d597f89b93a1c87c98a12276fd85d1 (diff) | |
download | extra-cmake-modules-0.0.11.tar.gz extra-cmake-modules-0.0.11.tar.bz2 |
alpha2 preparation: ECM is now 0.0.11v0.0.11
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4064bcc7..6a6b862f 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 10) +set(ECM_PATCH_VERSION 11) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |