UI/Info.py

changeset 5316
31cbc97d4974
parent 4631
5c1a96925da4
child 5375
c55d7340ef39
equal deleted inserted replaced
5314:76013775e623 5316:31cbc97d4974
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 VersionOnly = '@@VERSION@@'
14 Copyright = 'Copyright (c) 2002 - 2016 Detlev Offenbach' \ 15 Copyright = 'Copyright (c) 2002 - 2016 Detlev Offenbach' \
15 ' <detlev@die-offenbachs.de>' 16 ' <detlev@die-offenbachs.de>'
16 BugAddress = 'eric-bugs@eric-ide.python-projects.org' 17 BugAddress = 'eric-bugs@eric-ide.python-projects.org'
17 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' 18 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
18 Homepage = "http://eric-ide.python-projects.org/index.html" 19 Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial