diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-26 01:12:31 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-26 01:12:31 +0200 |
commit | ef64a3034dae3ab6ee869a34c5b6bab8392e1a4e (patch) | |
tree | c01e16f192a252d77b727a313f3aed9ca7629199 /src | |
parent | cookie jar fixes... (diff) | |
download | rekonq-ef64a3034dae3ab6ee869a34c5b6bab8392e1a4e.tar.xz |
rekonq 0.2.60
first fixes for AccessManager, cookiejar, post connections (data).
this commit signs turning from development to bugfixing mode (at least for me)
From now on, bugfixing, unit tests, docs. The road to our 1st stable rekonq...
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 1f9fa636..2a898204 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.59"; +static const char version[] = "0.2.60"; int main(int argc, char **argv) |