diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-02 01:56:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-02 01:56:58 +0100 |
commit | 641b34b0c2de8ccdf250bc8a8d95cfb0ea4a1f45 (patch) | |
tree | c523647a342787df8880a2dfd65ad68897bcbe11 | |
parent | Fixed download problems (diff) | |
download | rekonq-641b34b0c2de8ccdf250bc8a8d95cfb0ea4a1f45.tar.xz |
rekonq 0.0.3
-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 e53eef3c..5fc3d30e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,7 +27,7 @@ static const char description[] = I18N_NOOP("KDE Browser Webkit Based"); -static const char version[] = "0.0.2"; +static const char version[] = "0.0.3"; int main(int argc, char **argv) { |