┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-11-26 10:27:41 +0100
committerEmmanuel Pescosta <[email protected]>2014-11-26 10:27:41 +0100
commitbffb4a25df01b481601e70dc12c241c2cabd6076 (patch)
tree51536ed3c37525adfc6d796c9a8c098d5b216a00 /src/main.cpp
parent87ee607bf37e1aaa60f4cd066d2c601bba8af59e (diff)
Set version number to 14.11.97 for the KDE Applications 14.12 RC
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 620505666..ffdaeb6bd 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"),
- "4.14.98",
+ "14.11.97",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006-2014 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta"));