diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:56:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 02:56:31 +0200 |
commit | 3dd8b3dbee69aedb81136d956549eb9d568f9a71 (patch) | |
tree | 0cae4e8b6e0ade214409a5705ea847075b2d7adc /src | |
parent | cleaning web* classes and fixing newWindow and createWindow WebPage (diff) | |
download | rekonq-3dd8b3dbee69aedb81136d956549eb9d568f9a71.tar.xz |
rekonq 0.1.10 with last news.
From now on, until rekonq 0.2 release jsut bugfixing and TODO related
problems
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 0bd0171e..649c945f 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.9"; +static const char version[] = "0.1.10"; int main(int argc, char **argv) |