From ac484a48afbcb9a6129ec4e93c2d4c2ab3e05969 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 4 Apr 2015 10:52:03 +0200 Subject: The next number after 1.8 is 5.9. CHANGELOG: extra-cmake-modules versioning is now aligned with KDE Frameworks. Therefore the last release was 1.8, while this one is 5.9. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1