summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
Diffstat (limited to 'kontact')
-rw-r--r--kontact/src/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp
index a243db71..576eb48c 100644
--- a/kontact/src/main.cpp
+++ b/kontact/src/main.cpp
@@ -47,7 +47,7 @@ using namespace std;
static const char description[] =
I18N_NOOP( "TDE personal information manager" );
-static const char version[] = "1.2.9 (enterprise35 0.20100827.1168748)";
+static const char version[] = "1.2.9";
class KontactApp : public KUniqueApplication {
public:
@@ -145,7 +145,9 @@ int KontactApp::newInstance()
int main( int argc, char **argv )
{
TDEAboutData about( "kontact", I18N_NOOP( "Kontact" ), version, description,
- TDEAboutData::License_GPL, I18N_NOOP("(C) 2008-2010 The Trinity Desktop Project\n(C) 2001-2008 The Kontact developers"), 0, "http://trinity.pearsoncomputing.net" );
+ TDEAboutData::License_GPL,
+ I18N_NOOP("(C) 2008-2018 The Trinity Desktop Project\n(C) 2001-2008 The Kontact developers"),
+ 0, "http://www.trinitydesktop.org" );
about.addAuthor( "Daniel Molkentin", 0, "molkentin@kde.org" );
about.addAuthor( "Don Sanders", 0, "sanders@kde.org" );
about.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" );