diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-09 12:11:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-09 12:11:01 +0200 |
commit | 79034d36716c6b4d9b3093ca81313503aab36624 (patch) | |
tree | 315593bb74d329c4a02a154b28483a12f01d5987 /src/main.cpp | |
parent | KDE 4.2 support. Not easy as expected.. (diff) | |
download | rekonq-79034d36716c6b4d9b3093ca81313503aab36624.tar.xz |
0.1.4 version with KDE 4.2 support.
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 ef724a68..d21bb580 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ static const char description[] = I18N_NOOP("WebKit based Web Browser for KDE"); -static const char version[] = "0.1.3"; +static const char version[] = "0.1.4"; int main(int argc, char **argv) |