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
This commit is contained in:
Peter Penz 2007-03-07 05:31:44 +00:00
parent 28c952553a
commit c77fc93011

View file

@ -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");