diff options
author | l10n daemon script <scripty@kde.org> | 2014-12-17 16:23:10 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2014-12-17 16:23:12 +0000 |
commit | fe771709d774402e4cdeb883c2783f64b6e62d65 (patch) | |
tree | d2b66bb3f942e4d450dde89b7b53136342dcd8ce /CMakeLists.txt | |
parent | fd7aa7e8eab35c81faaeb8346a57b73dd63f4efb (diff) | |
download | extra-cmake-modules-fe771709d774402e4cdeb883c2783f64b6e62d65.tar.gz extra-cmake-modules-fe771709d774402e4cdeb883c2783f64b6e62d65.tar.bz2 |
Upgrade ECM version to 1.6.0.
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 8356e2e7..9c8e5f56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) project(extra-cmake-modules NONE) set(ECM_MAJOR_VERSION 1) -set(ECM_MINOR_VERSION 5) +set(ECM_MINOR_VERSION 6) set(ECM_PATCH_VERSION 0) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |