diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-08 01:37:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-08 01:37:18 +0200 |
commit | cd3e9330869c4f91bea9c2e198f7fbfbd606f383 (patch) | |
tree | d3b285204b1529143c89b43ee1119329538a06ad /src | |
parent | TONS of events ignored to let homepage no more crash! (diff) | |
download | rekonq-cd3e9330869c4f91bea9c2e198f7fbfbd606f383.tar.xz |
rekonq 0.2.64 with rekonq 0.3 homepage!
No, really... :)
Also some bugfixing
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 daf8535d..e7f3cc1d 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.63"; +static const char version[] = "0.2.64"; int main(int argc, char **argv) |