diff -r ac84ac3c0f05 -r f0cb7579c0b4 UI/Info.py --- a/UI/Info.py Sat Jul 05 11:41:14 2014 +0200 +++ b/UI/Info.py Sat Jul 05 12:13:23 2014 +0200 @@ -9,10 +9,10 @@ from __future__ import unicode_literals -Program = 'eric5' +Program = 'eric6' Version = '@@VERSION@@ (rev @@REVISION@@)' Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \ ' <detlev@die-offenbachs.de>' -BugAddress = 'eric5-bugs@eric-ide.python-projects.org' -FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' +BugAddress = 'eric-bugs@eric-ide.python-projects.org' +FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' Homepage = "http://eric-ide.python-projects.org/index.html"