diff options
author | l10n daemon script <scripty@kde.org> | 2020-04-11 09:22:53 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2020-04-11 09:22:53 +0000 |
commit | c59d64f7a93354b9769f13e702ad04afee25f8a1 (patch) | |
tree | 8cad2cb3ba30ce30406302b6e46c4d6c362d66bb /CMakeLists.txt | |
parent | 907d46e0d244f445b675b4f301654b73b27f2a9c (diff) | |
download | extra-cmake-modules-c59d64f7a93354b9769f13e702ad04afee25f8a1.tar.gz extra-cmake-modules-c59d64f7a93354b9769f13e702ad04afee25f8a1.tar.bz2 |
GIT_SILENT Upgrade ECM version to 5.70.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 b154566a..66ba3f4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) # Preliminary setup # -set(VERSION "5.69.0") # handled by release scripts +set(VERSION "5.70.0") # handled by release scripts if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) |