UI/Info.py

Sat, 28 Jun 2014 16:25:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 Jun 2014 16:25:34 +0200
changeset 3652
c8a2140564c4
parent 3178
f25fc1364c88
child 3670
f0cb7579c0b4
child 3852
3adad7477de5
permissions
-rw-r--r--

Prepared snapshot release of eric 5.5.

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

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

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

from __future__ import unicode_literals

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