diff options
author | David Faure <faure@kde.org> | 2015-04-04 10:52:03 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2015-04-04 10:52:03 +0200 |
commit | ac484a48afbcb9a6129ec4e93c2d4c2ab3e05969 (patch) | |
tree | 362ef1dcb728d625c50dfca657bc981e67e729cd | |
parent | b608b22a972697fee1402e718742787d9f6f07f7 (diff) | |
download | extra-cmake-modules-ac484a48afbcb9a6129ec4e93c2d4c2ab3e05969.tar.gz extra-cmake-modules-ac484a48afbcb9a6129ec4e93c2d4c2ab3e05969.tar.bz2 |
The next number after 1.8 is 5.9.v5.9.0-rc1v5.9.0
CHANGELOG: extra-cmake-modules versioning is now aligned with KDE Frameworks.
Therefore the last release was 1.8, while this one is 5.9.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 220e261f..aeff66f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) project(extra-cmake-modules NONE) -set(ECM_MAJOR_VERSION 1) +set(ECM_MAJOR_VERSION 5) set(ECM_MINOR_VERSION 9) set(ECM_PATCH_VERSION 0) |