Bump version to 4.0 in preparation for future release.

This commit is contained in:
Andrius Štikonas 2019-04-16 20:22:50 +01:00
parent f6e22288b9
commit 8476f707ab
Signed by: andrius
GPG Key ID: E2E5CD054CB9CD3E
1 changed files with 3 additions and 3 deletions

View File

@ -21,15 +21,15 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
# Dependencies
set(QT_MIN_VERSION "5.10.0")
set(KF5_MIN_VERSION "5.56")
set(KPMCORE_MIN_VERSION "3.80.0")
set(KPMCORE_MIN_VERSION "4.0.0")
set(CMAKE_USE_RELATIVE_PATHS OFF)
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
set(KDE_INSTALL_USE_QT_SYS_PATHS ON CACHE BOOL "Install mkspecs files, Plugins and Imports to the Qt 5 install dir" FORCE)
# Check KPMcore dependency when bumping
set(VERSION_MAJOR "3")
set(VERSION_MINOR "80")
set(VERSION_MAJOR "4")
set(VERSION_MINOR "0")
set(VERSION_RELEASE "0")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE})
add_definitions(-D'VERSION="${VERSION}"') #"