Sat, 03 Dec 2016 12:49:53 +0100
Re-merged with the default branch.
# -*- 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@@)' VersionOnly = '@@VERSION@@' 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"