summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:36:32 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:36:32 +0100
commitf27af7560aaeb2248d92dcefbfafb8ddc210050b (patch)
tree28fd4e6ca1f28d0db2c39736707eca6ec7081c75 /CMakeLists.txt
parentMerge commit 'refs/merge-requests/1903' of git://gitorious.org/rekonq/mainline (diff)
downloadrekonq-f27af7560aaeb2248d92dcefbfafb8ddc210050b.tar.xz
rekonq 0.2.72
this should go (perhaps) - Updated name authors && credits - removed (for now) bugged webview scrolling (shift + arrows problem) - fixed flickering popup - Added docs (Handbook, thanks to Rohan Garg) - bugfixing
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 5926219a..ad20bab6 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 "71")
+SET(REKONQ_PATCH_VERSION "72")
SET(REKONQ_VERSION_STR
"${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}"