UI/Info.py

changeset 3012
d177226027e2
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3011:18292228c724 3012:d177226027e2
7 Module defining some informational strings. 7 Module defining some informational strings.
8 """ 8 """
9 9
10 Program = 'eric5' 10 Program = 'eric5'
11 Version = '@@VERSION@@ (rev @@REVISION@@)' 11 Version = '@@VERSION@@ (rev @@REVISION@@)'
12 Copyright = 'Copyright (c) 2002 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>' 12 Copyright = 'Copyright (c) 2002 - 2013 Detlev Offenbach' \
13 ' <detlev@die-offenbachs.de>'
13 BugAddress = 'eric5-bugs@eric-ide.python-projects.org' 14 BugAddress = 'eric5-bugs@eric-ide.python-projects.org'
14 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' 15 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org'
15 Homepage = "http://eric-ide.python-projects.org/index.html" 16 Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial