diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-24 15:04:29 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-11-24 15:04:29 +0100 |
commit | 74cbb937c7d08a77954e8b05dc6011ef04cb309e (patch) | |
tree | 78ee6eb12524253d12ab35f8df9784ef7d117259 /korganizer | |
parent | f524f014dbe5c1aded491b20044978878b3eb805 (diff) | |
download | tdepim-74cbb937c7d08a77954e8b05dc6011ef04cb309e.tar.gz tdepim-74cbb937c7d08a77954e8b05dc6011ef04cb309e.zip |
Update About Info for kmail, kontact and korganizer, this relates to bug 2401
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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 |