aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2014-09-12 09:08:33 +0000
committerl10n daemon script <scripty@kde.org>2014-09-12 09:08:36 +0000
commitc9c08169973739de9a84f8f6b27f4cc40ff3be76 (patch)
tree4fb4adb8fcf103f766d7028f5a59d38a0a8c274d /CMakeLists.txt
parentad1406644fb51ee0097095915ffab099718268e0 (diff)
downloadextra-cmake-modules-c9c08169973739de9a84f8f6b27f4cc40ff3be76.tar.gz
extra-cmake-modules-c9c08169973739de9a84f8f6b27f4cc40ff3be76.tar.bz2
Upgrade ECM version to 1.3.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 206c804a..a5e6a749 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 2)
+set(ECM_MINOR_VERSION 3)
set(ECM_PATCH_VERSION 0)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})