┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-07-10 14:53:11 +0000
committerPeter Penz <[email protected]>2008-07-10 14:53:11 +0000
commit96158191a9d3789da6b135c4ab582ffceb836c92 (patch)
tree1127ccb0b9cedf39ed59a552920e106a15bbfaf9 /src/main.cpp
parent6eb70b3fa4dd885771168c754c6e6cc67ee7054b (diff)
SVN_SILENT: increased version number for KDE 4.2
svn path=/trunk/KDE/kdebase/apps/; revision=830463
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a080541d9..4333666a9 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.0.99",
+ "1.1.1",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
- ki18nc("@info:credit", "(C) 2006, 2007 Peter Penz"));
+ ki18nc("@info:credit", "(C) 2006-2008 Peter Penz"));
about.setHomepage("http://enzosworld.gmxhome.de");
about.addAuthor(ki18nc("@info:credit", "Peter Penz"),
ki18nc("@info:credit", "Maintainer and developer"),