src/eric7/UI/Info.py

branch
eric7
changeset 10439
21c28b0f9e41
parent 9653
e67609152c5e
child 10716
11cdcc824469
equal deleted inserted replaced
10438:4cd7e5a8b3cf 10439:21c28b0f9e41
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2024 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 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>" 14 Copyright = "Copyright (c) 2002 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>"
15 CopyrightShort = "(c) 2002 - 2023 Detlev Offenbach" 15 CopyrightShort = "(c) 2002 - 2024 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