From bffb4a25df01b481601e70dc12c241c2cabd6076 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Wed, 26 Nov 2014 10:27:41 +0100 Subject: [PATCH] Set version number to 14.11.97 for the KDE Applications 14.12 RC --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));