┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-01-18 20:28:42 +0000
committerPeter Penz <[email protected]>2008-01-18 20:28:42 +0000
commitef2c04a11834bba405281dae61c2c03507738716 (patch)
tree974de69c0d225a38317d8a567ab133027bbb3698
parente91a0ff774c1c2b16eafd93860f69ef9e1526165 (diff)
updated version number of Dolphin for the KDE 4.0.1 release
svn path=/branches/KDE/4.0/kdebase/apps/; revision=763180
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 803f7677b..a7857272a 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.0.1",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006, 2007 Peter Penz"));