diff options
author | David Faure <faure@kde.org> | 2014-05-04 14:56:43 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-05-04 14:56:43 +0200 |
commit | db8f4bd4376cbc68a5db9e2c319b535895760671 (patch) | |
tree | 2f5c5717cf1922d7a106bd00170a664c24699a48 | |
parent | 092d645a1ec63678d46631fa0dc6e7eb78cee0d3 (diff) | |
download | kconfig-db8f4bd4376cbc68a5db9e2c319b535895760671.tar.gz kconfig-db8f4bd4376cbc68a5db9e2c319b535895760671.tar.bz2 |
Upgrade KF5 version.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d9d3053..d09e8891 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) include(ECMMarkNonGuiExecutable) -set(KF5_VERSION "4.98.0") # handled by release scripts +set(KF5_VERSION "4.99.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h" |