diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-10 22:06:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-10 22:06:05 +0200 |
commit | 8a6361bd4a4264ebd07570b130e7d25d2f7ae90f (patch) | |
tree | 8c3190d483681e33d151257589ddd9b2232ff2e1 /src | |
parent | Session Management (restore on crash) (diff) | |
download | rekonq-8a6361bd4a4264ebd07570b130e7d25d2f7ae90f.tar.xz |
rekonq 0.2.56 with session management (recover on crash)
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 66144cb2..24735713 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,7 +37,7 @@ static const char description[] = I18N_NOOP("A lightweight Web Browser for KDE based on WebKit"); -static const char version[] = "0.2.55"; +static const char version[] = "0.2.56"; int main(int argc, char **argv) |