Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zzag committed Feb 28, 2024
1 parent 2e0423d commit fa3d47c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
cmake_minimum_required(VERSION 3.18)
project(plasma5-wallpapers-dynamic)

set(KF_MIN_VERSION "5.240.0")
set(QT_MIN_VERSION "6.4.0")
set(KF_MIN_VERSION "6.0.0")
set(QT_MIN_VERSION "6.6.0")

set(PROJECT_VERSION "4.3.1")
set(PROJECT_VERSION_MAJOR 4)
set(PROJECT_VERSION "5.0.0")
set(PROJECT_VERSION_MAJOR 5)

find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules)
Expand Down

0 comments on commit fa3d47c

Please sign in to comment.