UI/Info.py

Tue, 30 Dec 2014 12:05:08 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 30 Dec 2014 12:05:08 +0100
branch
5_4_x
changeset 4007
123aca30f8f0
parent 3160
209a07d7e401
child 3178
f25fc1364c88
permissions
-rw-r--r--

Branch 5_4_x is no longer maintained.

# -*- coding: utf-8 -*-

# Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module defining some informational strings.
"""

Program = 'eric5'
Version = '@@VERSION@@ (rev @@REVISION@@)'
Copyright = 'Copyright (c) 2002 - 2014 Detlev Offenbach' \
            ' <detlev@die-offenbachs.de>'
BugAddress = 'eric5-bugs@eric-ide.python-projects.org'
FeatureAddress = 'eric5-featurerequest@eric-ide.python-projects.org'
Homepage = "http://eric-ide.python-projects.org/index.html"

eric ide

mercurial