diff options
author | David Faure <faure@kde.org> | 2014-02-04 23:46:01 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-02-04 23:46:32 +0100 |
commit | 8183f6a537dbf288b5f739166a3a5dd6b36844cf (patch) | |
tree | b8452045e8f62f7756ce9c86b7a7333023e5a2cb /CMakeLists.txt | |
parent | a35743f3d7496aef1155f320b871acb309b7b06f (diff) | |
download | extra-cmake-modules-8183f6a537dbf288b5f739166a3a5dd6b36844cf.tar.gz extra-cmake-modules-8183f6a537dbf288b5f739166a3a5dd6b36844cf.tar.bz2 |
bump ecm to 0.0.10
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 48d038c0..4064bcc7 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 9) +set(ECM_PATCH_VERSION 10) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |