summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-18 19:44:29 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-18 19:44:29 +0200
commit02ad499d0d27e80da66a03980fbd1af565e4da7e (patch)
treedd75f45e04a63e9870dddd5221dd5b860c9f634f
parentMerge branch 'HomePageEmbedded2' (diff)
downloadrekonq-02ad499d0d27e80da66a03980fbd1af565e4da7e.tar.xz
rekonq 0.2.58 with the new homepage!
-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 7fc699f2..f6c91d19 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 "57")
+SET(REKONQ_PATCH_VERSION "58")
SET(REKONQ_VERSION_STR
"${REKONQ_MAJOR_VERSION}.${REKONQ_MINOR_VERSION}.${REKONQ_PATCH_VERSION}"
diff --git a/src/main.cpp b/src/main.cpp
index e97f2502..01054fc3 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.57";
+static const char version[] = "0.2.58";
int main(int argc, char **argv)