diff options
author | l10n daemon script <scripty@kde.org> | 2015-01-08 22:39:14 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2015-01-08 22:39:17 +0000 |
commit | ca6d601ac04f8ef5813f6b02015a37622d68ef6c (patch) | |
tree | e67b532baa2961b42cbd69752de8bdf3348fa48c /CMakeLists.txt | |
parent | d47ef4776d349110988477ea1836d98a9e393755 (diff) | |
download | extra-cmake-modules-ca6d601ac04f8ef5813f6b02015a37622d68ef6c.tar.gz extra-cmake-modules-ca6d601ac04f8ef5813f6b02015a37622d68ef6c.tar.bz2 |
Upgrade ECM version to 1.7.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 9c8e5f56..b230bb28 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 6) +set(ECM_MINOR_VERSION 7) set(ECM_PATCH_VERSION 0) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |