From 135853ef50b1631512e4233d5f2335c125982c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 13 Jan 2019 18:02:16 +0000 Subject: [PATCH] Bump version for beta. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18aba7a..1ee8d7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2008 by Volker Lanz -# Copyright (C) 2014-2018 by Andrius Štikonas +# Copyright (C) 2014-2019 by Andrius Štikonas # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) # Dependencies set(QT_MIN_VERSION "5.10.0") set(KF5_MIN_VERSION "5.31") -set(KPMCORE_MIN_VERSION "3.50.0") +set(KPMCORE_MIN_VERSION "3.80.0") set(CMAKE_USE_RELATIVE_PATHS OFF) set(CMAKE_BUILD_WITH_INSTALL_RPATH ON) @@ -29,7 +29,7 @@ set(KDE_INSTALL_USE_QT_SYS_PATHS ON CACHE BOOL "Install mkspecs files, Plugins a # Check KPMcore dependency when bumping set(VERSION_MAJOR "3") -set(VERSION_MINOR "50") +set(VERSION_MINOR "80") set(VERSION_RELEASE "0") set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}) add_definitions(-D'VERSION="${VERSION}"') #"