summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/konq_factory.cc4
-rw-r--r--konqueror/version.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/konqueror/konq_factory.cc b/konqueror/konq_factory.cc
index 9921b7126..d89cbf9a6 100644
--- a/konqueror/konq_factory.cc
+++ b/konqueror/konq_factory.cc
@@ -219,9 +219,9 @@ const TDEAboutData *KonqFactory::aboutData()
KONQUEROR_VERSION,
I18N_NOOP("Web browser, file manager, ..."),
TDEAboutData::License_GPL,
- I18N_NOOP("(c) 1999-2010, The Konqueror developers"),
+ I18N_NOOP("(c) 2011-2014, The Trinity Desktop project\n(c) 1999-2010, The Konqueror developers"),
0,
- I18N_NOOP("http://konqueror.kde.org") );
+ I18N_NOOP("https://www.trinitydesktop.org") );
s_aboutData->addAuthor( "Timothy Pearson", I18N_NOOP("Maintainer, Trinity bugfixes"), "kb9vqf@pearsoncomputing.net" );
s_aboutData->addAuthor( "David Faure", I18N_NOOP("developer (framework, parts, JavaScript, I/O lib) and maintainer"), "faure@kde.org" );
s_aboutData->addAuthor( "Simon Hausmann", I18N_NOOP("developer (framework, parts)"), "hausmann@kde.org" );
diff --git a/konqueror/version.h b/konqueror/version.h
index 2133986cd..54a13ccd6 100644
--- a/konqueror/version.h
+++ b/konqueror/version.h
@@ -1,3 +1,4 @@
#ifndef _VERSION_H
-#define KONQUEROR_VERSION "3.5.10"
+#include "config.h"
+#define KONQUEROR_VERSION VERSION
#endif