diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-30 02:53:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-30 02:53:24 +0200 |
commit | 401762d05a2cb0942bfb72869ef09a7d9ce016dc (patch) | |
tree | 45fd691bee07ab7e8f6999c1e642999d6958e9c5 /src/main.cpp | |
parent | Fixing Bookmarks bar toggle action (diff) | |
download | rekonq-401762d05a2cb0942bfb72869ef09a7d9ce016dc.tar.xz |
rekonq 0.2.53 with bookmarks bar fixed (and ALL the bars, too!!)
Diffstat (limited to 'src/main.cpp')
-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 a6654774..22da8a23 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.52"; +static const char version[] = "0.2.53"; int main(int argc, char **argv) |