diff options
author | l10n daemon script <scripty@kde.org> | 2014-09-12 09:08:33 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2014-09-12 09:08:36 +0000 |
commit | c9c08169973739de9a84f8f6b27f4cc40ff3be76 (patch) | |
tree | 4fb4adb8fcf103f766d7028f5a59d38a0a8c274d /CMakeLists.txt | |
parent | ad1406644fb51ee0097095915ffab099718268e0 (diff) | |
download | extra-cmake-modules-c9c08169973739de9a84f8f6b27f4cc40ff3be76.tar.gz extra-cmake-modules-c9c08169973739de9a84f8f6b27f4cc40ff3be76.tar.bz2 |
Upgrade ECM version to 1.3.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 206c804a..a5e6a749 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 2) +set(ECM_MINOR_VERSION 3) set(ECM_PATCH_VERSION 0) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |