diff options
| author | Frank Reininghaus <[email protected]> | 2014-06-04 22:03:08 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2014-06-04 22:03:08 +0200 |
| commit | 470e305be419646a3e1301cd9942be5f1ece58d9 (patch) | |
| tree | f1a4b792b93f9f3b47226fa976e85734c68346ac /src | |
| parent | c7d607a7fc1c9e027d6abdb5adcc7c542bbaa268 (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.cpp | 2 |
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")); |
