diff options
| author | Peter Penz <[email protected]> | 2009-01-08 20:42:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-08 20:42:09 +0000 |
| commit | d4173fa3f1f7b325d4b66ff24cb7a599f45fee18 (patch) | |
| tree | c31dd60678bbb0bdfcee27071b4a810622329904 | |
| parent | 72f99574b407ff05bccd7069ec32c030623dc835 (diff) | |
version update
svn path=/trunk/KDE/kdebase/apps/; revision=907874
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0df406f92..07727bd43 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,10 +32,10 @@ int main(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), - "1.1.80", + "1.2.80", ki18nc("@title", "File Manager"), KAboutData::License_GPL, - ki18nc("@info:credit", "(C) 2006-2008 Peter Penz")); + ki18nc("@info:credit", "(C) 2006-2009 Peter Penz")); about.setHomepage("http://dolphin.kde.org"); about.addAuthor(ki18nc("@info:credit", "Peter Penz"), ki18nc("@info:credit", "Maintainer and developer"), |
