┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-02-11 21:13:34 +0000
committerPeter Penz <[email protected]>2008-02-11 21:13:34 +0000
commitaa44f45ff59c7f2ea44e1d887178b7c3e6e805af (patch)
treefc4cd17bb1dd0cd31084f2acb268c17e2732a981 /src/main.cpp
parent45a1074b0a38f38cfebde8bb65d5a6520b2db3e8 (diff)
SVN_SILENT: increased version number from 1.0.1 to 1.0.2
svn path=/branches/KDE/4.0/kdebase/apps/; revision=773824
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3cc7c000b..19ba93bcd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,7 @@ int main(int argc, char **argv)
{
KAboutData about("dolphin", 0,
ki18nc("@title", "Dolphin"),
- "1.0.1",
+ "1.0.2",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006, 2007 Peter Penz"));