diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-24 15:04:29 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-11-25 00:49:55 +0900 |
commit | 9e0b54c3a969137ccf891a1e80485271639f4d36 (patch) | |
tree | e3c0426cbc68f2a6f08739dbd40c14f532c617fd /korganizer | |
parent | f936bd76af24d2a634b8ad5cd0c672cb5f71c892 (diff) | |
download | tdepim-9e0b54c3a969137ccf891a1e80485271639f4d36.tar.gz tdepim-9e0b54c3a969137ccf891a1e80485271639f4d36.zip |
Update About Info for kmail, kontact and korganizer, this relates to bug 2401
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 74cbb937c7d08a77954e8b05dc6011ef04cb309e)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/aboutdata.cpp | 2 | ||||
-rw-r--r-- | korganizer/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/aboutdata.cpp b/korganizer/aboutdata.cpp index 6153d92c9..e9625fbad 100644 --- a/korganizer/aboutdata.cpp +++ b/korganizer/aboutdata.cpp @@ -36,7 +36,7 @@ AboutData::AboutData() "(c) 2000-2004 Cornelius Schumacher\n" "(c) 2004-2005 Reinhold Kainhofer\n" "(c) 2009-2010 Timothy Pearson", 0, - "http://korganizer.kde.org" ) + "http://www.trinitydesktop.org" ) { addAuthor("Timothy Pearson",I18N_NOOP("Current Developer/Maintainer"), "kb9vqf@pearsoncomputing.net"); diff --git a/korganizer/version.h b/korganizer/version.h index c74a7ed34..9dded1c73 100644 --- a/korganizer/version.h +++ b/korganizer/version.h @@ -53,6 +53,6 @@ 3.2 alpha1 */ -static const char korgVersion[] = "3.5.9 (enterprise35 0.20100827.1168748)"; +static const char korgVersion[] = "3.5.9"; #endif |