1 # -*- coding: utf-8 -*- |
1 # -*- coding: utf-8 -*- |
2 |
2 |
3 # Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de> |
3 # Copyright (c) 2002 - 2012 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 Program = 'eric5' |
10 Program = 'eric5' |
11 Version = '@@VERSION@@ (rev @@REVISION@@)' |
11 Version = '@@VERSION@@ (rev @@REVISION@@)' |
12 Copyright = 'Copyright (c) 2002 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>' |
12 Copyright = 'Copyright (c) 2002 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>' |
13 BugAddress = 'eric5-bugs@eric-ide.python-projects.org' |
13 BugAddress = 'eric5-bugs@eric-ide.python-projects.org' |
14 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' |
14 FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org' |
15 Homepage = "http://eric-ide.python-projects.org/index.html" |
15 Homepage = "http://eric-ide.python-projects.org/index.html" |