From: Peter Penz Date: Wed, 7 Mar 2007 05:31:44 +0000 (+0000) Subject: Increased version number to 0.9.0 to know whether a bug report is related to Dolphin... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/c77fc93011991ef1e9411d32a0929879d87c9bdc?ds=inline 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 --- 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");