┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2014-06-04 22:03:08 +0200
committerFrank Reininghaus <[email protected]>2014-06-04 22:03:08 +0200
commit470e305be419646a3e1301cd9942be5f1ece58d9 (patch)
treef1a4b792b93f9f3b47226fa976e85734c68346ac /src
parentc7d607a7fc1c9e027d6abdb5adcc7c542bbaa268 (diff)
Change the Dolphin version in frameworks to 4.60
Since the KF5 libraries and the applications will not have a synchronized release schedule any more, it does not make sense to continue using KDE_VERSION_STRING as the Dolphin version.
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2eada9aab..c7c863e32 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -35,7 +35,7 @@ KDE_EXPORT int kdemain(int argc, char **argv)
{
K4AboutData about("dolphin", 0,
ki18nc("@title", "Dolphin"),
- KDE_VERSION_STRING,
+ "4.60",
ki18nc("@title", "File Manager"),
K4AboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006-2014 Peter Penz and Frank Reininghaus"));