diff options
author | l10n daemon script <scripty@kde.org> | 2020-02-09 10:54:39 +0000 |
---|---|---|
committer | l10n daemon script <scripty@kde.org> | 2020-02-09 10:54:39 +0000 |
commit | d8047a4654d0b4e541578747b3397d7bfb6f27fb (patch) | |
tree | bc9ee559eaef645b6014ee4aa606d8ba89315f0d /CMakeLists.txt | |
parent | a8c3ab79912fcb25d7e59a04c08752a9252a5f08 (diff) | |
download | extra-cmake-modules-d8047a4654d0b4e541578747b3397d7bfb6f27fb.tar.gz extra-cmake-modules-d8047a4654d0b4e541578747b3397d7bfb6f27fb.tar.bz2 |
GIT_SILENT Upgrade ECM version to 5.68.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 cfa03dde..4e6c1612 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) # Preliminary setup # -set(VERSION "5.67.0") # handled by release scripts +set(VERSION "5.68.0") # handled by release scripts if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) |