src/eric7/UI/Info.py

branch
eric7
changeset 9653
e67609152c5e
parent 9576
be9f8e7e42e0
child 10439
21c28b0f9e41
equal deleted inserted replaced
9652:75881562981b 9653:e67609152c5e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module defining some informational strings. 7 Module defining some informational strings.
8 """ 8 """
9 9
10 10
11 Program = "eric7" 11 Program = "eric7"
12 Version = "@@VERSION@@ (rev. @@REVISION@@)" 12 Version = "@@VERSION@@ (rev. @@REVISION@@)"
13 VersionOnly = "99.0.0" 13 VersionOnly = "99.0.0"
14 Copyright = "Copyright (c) 2002 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>" 14 Copyright = "Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>"
15 CopyrightShort = "(c) 2002 - 2022 Detlev Offenbach" 15 CopyrightShort = "(c) 2002 - 2023 Detlev Offenbach"
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 = "https://eric-ide.python-projects.org/index.html" 18 Homepage = "https://eric-ide.python-projects.org/index.html"

eric ide

mercurial