]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Change the Dolphin version in frameworks to 4.60
authorFrank Reininghaus <frank78ac@googlemail.com>
Wed, 4 Jun 2014 20:03:08 +0000 (22:03 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Wed, 4 Jun 2014 20:03:08 +0000 (22:03 +0200)
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.

src/main.cpp

index 2eada9aab173f66bcf5f5039909d5725608c74a2..c7c863e325ba9c64a783d7d215007db5e1c6b2b2 100644 (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"));