diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-13 11:30:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-13 11:30:23 +0200 |
commit | 638aea779b2b0f838469eecd667d488ad11a27f4 (patch) | |
tree | daf9e4424d8611f511fe3518aa6180cccf3e8540 /src | |
parent | Proxy configuration dialog (diff) | |
download | rekonq-638aea779b2b0f838469eecd667d488ad11a27f4.tar.xz |
rekonq 0.2.66
fixed icons,
fixed shortcuts editor and actions
KDE proxy system support
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 a8fb4178..dffb0c4c 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.65"; +static const char version[] = "0.2.66"; int main(int argc, char **argv) |