diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:44:29 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:44:29 +0200 |
commit | 02ad499d0d27e80da66a03980fbd1af565e4da7e (patch) | |
tree | dd75f45e04a63e9870dddd5221dd5b860c9f634f /src | |
parent | Merge branch 'HomePageEmbedded2' (diff) | |
download | rekonq-02ad499d0d27e80da66a03980fbd1af565e4da7e.tar.xz |
rekonq 0.2.58 with the new homepage!
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 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) |