diff options
author | l10n daemon script <scripty@kde.org> | 2015-04-10 07:32:07 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2015-04-10 07:32:07 +0000 |
commit | c3a6bd22766446c2fead866b94c2c97385ad8db7 (patch) | |
tree | 2072704ce60871b318a356ec4dcbf0cafc878287 /CMakeLists.txt | |
parent | 90db6547801ec0f637799117ac494ca503f39362 (diff) | |
download | extra-cmake-modules-c3a6bd22766446c2fead866b94c2c97385ad8db7.tar.gz extra-cmake-modules-c3a6bd22766446c2fead866b94c2c97385ad8db7.tar.bz2 |
Upgrade ECM version to 5.10.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 aeff66f3..166337c2 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 5) -set(ECM_MINOR_VERSION 9) +set(ECM_MINOR_VERSION 10) set(ECM_PATCH_VERSION 0) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |