aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2015-10-10 10:01:00 +0000
committerl10n daemon script <scripty@kde.org>2015-10-10 10:01:00 +0000
commit7d148e333bd8d371cc67a767922ccaa64bcab8f5 (patch)
tree96bd06f4d26970bd1d49228c7f6706e468a73ef1
parent12908eafb494ed32a96a5573f0446cc1528265ca (diff)
downloadextra-cmake-modules-7d148e333bd8d371cc67a767922ccaa64bcab8f5.tar.gz
extra-cmake-modules-7d148e333bd8d371cc67a767922ccaa64bcab8f5.tar.bz2
Upgrade ECM version to 5.16.0.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d67c477c..c1abd6c7 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 15)
+set(ECM_MINOR_VERSION 16)
set(ECM_PATCH_VERSION 0)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})