aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2014-09-05 22:20:45 +0000
committerl10n daemon script <scripty@kde.org>2014-09-05 22:20:45 +0000
commita9e748d1b56470769450483baa5c16079ed99871 (patch)
treebe570f8799f56333658226d653f92f4f0b0127f3
parent6be0fc90efcfaa310ee95d342c2b57855a12c4e3 (diff)
downloadextra-cmake-modules-1.2.0-rc2.tar.gz
extra-cmake-modules-1.2.0-rc2.tar.bz2
Upgrade ECM version for 1.2.0 release.v1.2.0-rc2v1.2.0-rc1v1.2.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a3cbb3a..206c804a 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 1)
+set(ECM_MINOR_VERSION 2)
set(ECM_PATCH_VERSION 0)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})