summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-30 02:20:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-30 02:20:22 +0200
commit4034b9e3ac34af00d43894e8dcabee736f9e2883 (patch)
tree56b2db112c15b8f5913cbc960541c4b0193da95a /CMakeLists.txt
parentFake gg:// and wk:// protocol. (diff)
downloadrekonq-4034b9e3ac34af00d43894e8dcabee736f9e2883.tar.xz
Rekonq 0.1.7 with trivial google search integrated in the urlbar
&& fake gg:// && wk:// protocol support
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 f3383ed0..6681e5a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ PROJECT( rekonq )
# rekonq info
SET(REKONQ_MAJOR_VERSION "0")
SET(REKONQ_MINOR_VERSION "1")
-SET(REKONQ_PATCH_VERSION "6")
+SET(REKONQ_PATCH_VERSION "7")
SET(REKONQ_VERSION_STR
"${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}"