summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-11 01:17:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-11 01:17:45 +0100
commit93ad8d1fb70c27ec9de22ef626e6726a20450ab5 (patch)
treed70104864569bf6b195d058b165fa9f50f70a10a
parentDISCLAIMER: I'm sorry for this (diff)
downloadrekonq-0.3.90.tar.xz
rekonq 0.3.90 (0.4 beta)0.3.90
Last fixes before beta release moving minimum version to KDE 4.4.0
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 736a806e..4e0741e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ PROJECT( rekonq )
# Informations to update before to release this package.
# rekonq info
-SET(REKONQ_VERSION "0.3.89" )
+SET(REKONQ_VERSION "0.3.90" )
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h )
@@ -23,7 +23,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2)
SET(QT_MIN_VERSION 4.6.0)
FIND_PACKAGE(Qt4 REQUIRED)
-SET(KDE_MIN_VERSION 4.3.80)
+SET(KDE_MIN_VERSION 4.4.0)
FIND_PACKAGE(KDE4 REQUIRED)
INCLUDE(MacroOptionalFindPackage)