aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2015-06-12 22:23:49 +0000
committerl10n daemon script <scripty@kde.org>2015-06-12 22:23:49 +0000
commitcb42a57b1da01b51ce02f86f9a57b5ddbe5196d0 (patch)
treec229acbf8ac3321fd3ff55c4e3ced1acb1c223a5 /CMakeLists.txt
parentef88a6683a2578679b3c98396a9ee3001db69541 (diff)
downloadextra-cmake-modules-cb42a57b1da01b51ce02f86f9a57b5ddbe5196d0.tar.gz
extra-cmake-modules-cb42a57b1da01b51ce02f86f9a57b5ddbe5196d0.tar.bz2
Upgrade ECM version to 5.12.0.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f04fc8b..2c1856b3 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 5)
-set(ECM_MINOR_VERSION 11)
+set(ECM_MINOR_VERSION 12)
set(ECM_PATCH_VERSION 0)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})