summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-23 12:35:31 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-23 12:35:31 +0200
commit915735bd3ccb1cb432b71df56a01da8ce049fd68 (patch)
tree15c4dd9e194905a23eebac4d9e11e3bd67f43609 /CMakeLists.txt
parentMe stupid.. (again)!! (diff)
downloadrekonq-915735bd3ccb1cb432b71df56a01da8ce049fd68.tar.xz
rekonq 0.2.71
This seems good :D bugfixing until Monday alpha release.. Here: - flickering link fix - some better code - external url opening and management fix - new startup options - (and obviously..) homepage fix
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fbe91627..43cb4711 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ PROJECT( rekonq )
# rekonq info
SET(REKONQ_MAJOR_VERSION "0")
SET(REKONQ_MINOR_VERSION "2")
-SET(REKONQ_PATCH_VERSION "70")
+SET(REKONQ_PATCH_VERSION "71")
SET(REKONQ_VERSION_STR
"${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}"