diff options
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"), 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 |