diff options
author | l10n daemon script <scripty@kde.org> | 2020-03-12 10:35:04 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2020-03-12 10:35:04 +0000 |
commit | 1bd96af44c83d55c287333f52f02a99639d86809 (patch) | |
tree | caec3ab4e65ea66438daf9a4a63c5eb4fd661907 /CMakeLists.txt | |
parent | 2c11e78f59577a3d7d930ad1cf6d2648be163a55 (diff) | |
download | extra-cmake-modules-1bd96af44c83d55c287333f52f02a99639d86809.tar.gz extra-cmake-modules-1bd96af44c83d55c287333f52f02a99639d86809.tar.bz2 |
GIT_SILENT Upgrade ECM version to 5.69.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 4e6c1612..b154566a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) # Preliminary setup # -set(VERSION "5.68.0") # handled by release scripts +set(VERSION "5.69.0") # handled by release scripts if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) |