Thu, 29 Jun 2017 18:51:03 +0200
Fixed an issue in the single application client.
(grafted from 3a8bedba97ab2185b912f3e0614c8b3bb9074b3f)
# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2017 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 - 2017 Detlev Offenbach' \ ' <detlev@die-offenbachs.de>' BugAddress = 'eric-bugs@eric-ide.python-projects.org' FeatureAddress = 'eric-featurerequest@eric-ide.python-projects.org' Homepage = "https://eric-ide.python-projects.org/index.html"