diff options
author | l10n daemon script <scripty@kde.org> | 2014-08-01 17:07:16 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2014-08-01 17:07:16 +0000 |
commit | c11e4a6a700ba064a2bce85037bfd981501991f4 (patch) | |
tree | fee5753d79751c5057b11470344189d84758300e | |
parent | 3e56cadc9e7bb446772c9dc8ae9feea219a0929d (diff) | |
download | extra-cmake-modules-1.1.0.tar.gz extra-cmake-modules-1.1.0.tar.bz2 |
increase ECM version for 1.1.0 releasev1.1.0-rc1v1.1.0
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 949178c9..3a3cbb3a 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 0) +set(ECM_MINOR_VERSION 1) set(ECM_PATCH_VERSION 0) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |