eric6/UI/Info.py

changeset 6974
35b9fa8c9e66
parent 6958
949c3c76cc8a
child 7229
53054eb5b15a
equal deleted inserted replaced
6973:be049fb6426d 6974:35b9fa8c9e66
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 = '19.4.1 (rev. 59927f5be64e)' 13 Version = '@@VERSION@@ (rev. @@REVISION@@)'
14 VersionOnly = '19.4.1' 14 VersionOnly = '@@VERSION@@'
15 Copyright = 'Copyright (c) 2002 - 2019 Detlev Offenbach' \ 15 Copyright = 'Copyright (c) 2002 - 2019 Detlev Offenbach' \
16 ' <detlev@die-offenbachs.de>' 16 ' <detlev@die-offenbachs.de>'
17 CopyrightShort = '(c) 2002 - 2019 Detlev Offenbach' 17 CopyrightShort = '(c) 2002 - 2019 Detlev Offenbach'
18 BugAddress = 'eric-bugs@eric-ide.python-projects.org' 18 BugAddress = 'eric-bugs@eric-ide.python-projects.org'
19 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' 19 FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org'

eric ide

mercurial