]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use the KDE SC version also as the Dolphin versions
authorFrank Reininghaus <frank78ac@googlemail.com>
Wed, 26 Jun 2013 19:24:15 +0000 (21:24 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Wed, 26 Jun 2013 19:24:15 +0000 (21:24 +0200)
This has some advantages:

(a) The version actually changes for every bug fix release, making it
    easier to find out which version a bug reporter has used.

(b) No changes in Dolphin's source code are required to keep the version
    always up to date.

(c) It is more transparent for users because there are not two different
    versions any more.

src/main.cpp

index e5ac4351c902e574534c2947eee3b5fad65356ae..ea889d1e349a2f59fe7274ae3b30944384003fb9 100644 (file)
@@ -33,7 +33,7 @@ KDE_EXPORT int kdemain(int argc, char **argv)
 {
     KAboutData about("dolphin", 0,
                      ki18nc("@title", "Dolphin"),
-                     "2.2.60",
+                     KDE_VERSION_STRING,
                      ki18nc("@title", "File Manager"),
                      KAboutData::License_GPL,
                      ki18nc("@info:credit", "(C) 2006-2013 Peter Penz and Frank Reininghaus"));