summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-02 01:30:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-02 01:30:44 +0200
commit60d5e109d2b359b2f1718259d7dcc33aba1f7044 (patch)
treed8bae2c3e6fc42eea4e9a8f0f4c8f2efcbfb8c28
parentChangin (again) layout and fixing last Visited page counter.. :) (diff)
downloadrekonq-60d5e109d2b359b2f1718259d7dcc33aba1f7044.tar.xz
rekonq 0.2.62 with (again) a new home page layout.
I can undestand someone doesn't like this, but this layout has a lot of good point inside: - it is easily resizable - it use well space - it the simplest to implement it's clear it needs love, I'm sure not an artist (help about, please!!), but this will be rekonq home page layout for 0.3 (I need stop playing with it..)
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da1285fd..b5579402 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 "61")
+SET(REKONQ_PATCH_VERSION "62")
SET(REKONQ_VERSION_STR
"${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}"
diff --git a/src/main.cpp b/src/main.cpp
index 0cd46c68..35fdb5dd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,7 +38,7 @@ static const char description[] =
I18N_NOOP("A lightweight Web Browser for KDE based on WebKit");
-static const char version[] = "0.2.61";
+static const char version[] = "0.2.62";
int main(int argc, char **argv)