From c11e4a6a700ba064a2bce85037bfd981501991f4 Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Fri, 1 Aug 2014 17:07:16 +0000 Subject: increase ECM version for 1.1.0 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.2.1