UI/Info.py

changeset 5627
fcffc4cd5e5c
parent 5389
9b1c800daff3
child 5628
3a1bef0560b1
equal deleted inserted replaced
5626:0b335d29dd51 5627:fcffc4cd5e5c
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 = 'rev_0b335d29dd51 (rev. 0b335d29dd51)'
14 VersionOnly = '@@VERSION@@' 14 VersionOnly = 'rev_0b335d29dd51'
15 Copyright = 'Copyright (c) 2002 - 2017 Detlev Offenbach' \ 15 Copyright = 'Copyright (c) 2002 - 2017 Detlev Offenbach' \
16 ' <detlev@die-offenbachs.de>' 16 ' <detlev@die-offenbachs.de>'
17 BugAddress = 'eric-bugs@eric-ide.python-projects.org' 17 BugAddress = 'eric-bugs@eric-ide.python-projects.org'
18 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' 18 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'
19 Homepage = "https://eric-ide.python-projects.org/index.html" 19 Homepage = "https://eric-ide.python-projects.org/index.html"

eric ide

mercurial