diff options
| author | Frank Reininghaus <[email protected]> | 2013-06-26 21:24:15 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-06-26 21:24:15 +0200 |
| commit | 559fdae18f7b15023537cb7c7253fc16987ba859 (patch) | |
| tree | 8f30ac51e72bfc99e4d42b58f9540c3615e89432 /src/main.cpp | |
| parent | d72ce531410e548e1c9630ff9ab073958b70dfa1 (diff) | |
Use the KDE SC version also as the Dolphin versions
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.
Diffstat (limited to 'src/main.cpp')
| -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 e5ac4351c..ea889d1e3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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")); |
