diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 12:35:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-23 12:35:31 +0200 |
commit | 915735bd3ccb1cb432b71df56a01da8ce049fd68 (patch) | |
tree | 15c4dd9e194905a23eebac4d9e11e3bd67f43609 /src | |
parent | Me stupid.. (again)!! (diff) | |
download | rekonq-915735bd3ccb1cb432b71df56a01da8ce049fd68.tar.xz |
rekonq 0.2.71
This seems good :D
bugfixing until Monday alpha release..
Here:
- flickering link fix
- some better code
- external url opening and management fix
- new startup options
- (and obviously..) homepage fix
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 eac34538..fb7a48f1 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.70"; +static const char version[] = "0.2.71"; int main(int argc, char **argv) |