┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-06 17:07:06 +0000
committerPeter Penz <[email protected]>2010-01-06 17:07:06 +0000
commit923a47290f4a8472199733a85fa1f19ef130e9aa (patch)
treee51e71876ff8ba52e36637443f29df20d3742916 /src/main.cpp
parentef3b7d89914735f9cd321c4f668629121abfdbf1 (diff)
RC1 gets prepared -> increase version number
svn path=/trunk/KDE/kdebase/apps/; revision=1070747
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 215ec92ec..3418c333f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,7 +32,7 @@ int main(int argc, char **argv)
{
KAboutData about("dolphin", 0,
ki18nc("@title", "Dolphin"),
- "1.3.80",
+ "1.4",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006-2009 Peter Penz"));