diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:19:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:19:40 +0200 |
commit | 001d3d08772e3836825cde58e5775009672607cd (patch) | |
tree | 06a06b794ee1abf57c6ffa29c4c72ae6eb48388e /src | |
parent | Merge branch 'HomePage' (diff) | |
download | rekonq-001d3d08772e3836825cde58e5775009672607cd.tar.xz |
rekonq 0.2.57 with new "new tab" page.
I'm aware this is a "pre-alpha" feature, but I need this in master
to let people play, comment, brainstorm this.. ;)
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 24735713..fe8ce0eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ static const char description[] = I18N_NOOP("A lightweight Web Browser for KDE based on WebKit"); -static const char version[] = "0.2.56"; +static const char version[] = "0.2.57"; int main(int argc, char **argv) |