diff options
author | l10n daemon script <scripty@kde.org> | 2019-02-09 13:05:26 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2019-02-09 13:05:26 +0000 |
commit | 89270fd171574b541376e5783492b02e18ac3c79 (patch) | |
tree | fe22bf016e9fb4c0be0682a682c76efd37d9c735 /CMakeLists.txt | |
parent | ba3341c83b186e021337761e5fd689614fe14177 (diff) | |
download | extra-cmake-modules-89270fd171574b541376e5783492b02e18ac3c79.tar.gz extra-cmake-modules-89270fd171574b541376e5783492b02e18ac3c79.tar.bz2 |
GIT_SILENT Upgrade ECM version to 5.56.0.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad5a4f63..c5b408b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) # Preliminary setup # -set(VERSION "5.55.0") # handled by release scripts +set(VERSION "5.56.0") # handled by release scripts if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) |