┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-03 14:52:31 +0000
committerPeter Penz <[email protected]>2008-08-03 14:52:31 +0000
commitcaae1f4d6651fe0a04631c26504d0fa017f1d539 (patch)
treef716dbb755362cf95d3bc67a5534923a080dc793 /src/main.cpp
parent9ff8e510343443da773994204e5040932214a142 (diff)
increase version number
svn path=/trunk/KDE/kdebase/apps/; revision=841569
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 abbd2321e..0df406f92 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.1.1",
+ "1.1.80",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006-2008 Peter Penz"));