diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-16 00:43:16 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-16 00:43:16 +0200 |
commit | 17e04b33c1216b8430cfeb7331fd5f94047783cf (patch) | |
tree | 1c199ba643a01196b2d138abff48087f73748125 /src | |
parent | Removed unuseful OpenLinkInNewTab slot (diff) | |
download | rekonq-17e04b33c1216b8430cfeb7331fd5f94047783cf.tar.xz |
rekonq 0.1.9 : Going back to future
rekonq goes back to pure QtWebKit. KDE Integration will come through
KIO::Accessmanager and KParts::BrowserRun
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 2310514f..0bd0171e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ static const char description[] = I18N_NOOP("WebKit based Web Browser for KDE"); -static const char version[] = "0.1.8"; +static const char version[] = "0.1.9"; int main(int argc, char **argv) |