Sat, 19 Nov 2016 12:51:02 +0100
Prepared release 16.11.1
# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2016 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining some informational strings. """ from __future__ import unicode_literals Program = 'eric6' Version = '@@VERSION@@ (rev. @@REVISION@@)' Copyright = 'Copyright (c) 2002 - 2016 Detlev Offenbach' \ ' <detlev@die-offenbachs.de>' BugAddress = 'eric-bugs@eric-ide.python-projects.org' FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' Homepage = "http://eric-ide.python-projects.org/index.html"