┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-07 05:31:44 +0000
committerPeter Penz <[email protected]>2007-03-07 05:31:44 +0000
commitc77fc93011991ef1e9411d32a0929879d87c9bdc (patch)
tree82c0ad8857efdc31e922e8698f658fedefd9f4a2
parent28c952553ab49f609bc3c16013fd601a1900dfbe (diff)
Increased version number to 0.9.0 to know whether a bug report is related to Dolphin for KDE3 (version <= 0.8.2) or to Dolphin for KDE4.
svn path=/trunk/KDE/kdebase/apps/; revision=640158
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a205ddf28..5a6d3dd8e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
{
KAboutData about("dolphin",
I18N_NOOP("Dolphin"),
- "0.8.0",
+ "0.9.0",
I18N_NOOP("File Manager"),
KAboutData::License_GPL,
"(C) 2006 Peter Penz");