UI/Info.py

changeset 3851
ec16b423f62d
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
equal deleted inserted replaced
3846:e285f8af469e 3851:ec16b423f62d
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 Program = 'eric6' 12 Program = 'eric6'
13 Version = '@@VERSION@@ (rev @@REVISION@@)' 13 Version = '@@VERSION@@ (rev. @@REVISION@@)'
14 Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \ 14 Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \
15 ' <detlev@die-offenbachs.de>' 15 ' <detlev@die-offenbachs.de>'
16 BugAddress = 'eric-bugs@eric-ide.python-projects.org' 16 BugAddress = 'eric-bugs@eric-ide.python-projects.org'
17 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' 17 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
18 Homepage = "http://eric-ide.python-projects.org/index.html" 18 Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial