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" |