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.
This commit is contained in:
Frank Reininghaus 2014-06-04 22:03:08 +02:00
parent c7d607a7fc
commit 470e305be4

View file

@ -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"));