Bump version to 3.2.0

This commit is contained in:
Andrius Štikonas 2017-09-30 12:33:10 +01:00
parent c9e9d31236
commit 38bdde8a6e
1 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ 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)
set(QT_MIN_VERSION "5.7.0")
set(KPMCORE_MIN_VERSION "3.0.0")
set(KPMCORE_MIN_VERSION "3.2.0")
# Check KPMcore dependency when bumping
set(VERSION_MAJOR "3")
set(VERSION_MINOR "1")
set(VERSION_RELEASE "2")
set(VERSION_MINOR "2")
set(VERSION_RELEASE "0")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE})
add_definitions(-D'VERSION="${VERSION}"') #"