Sat, 05 Jul 2014 12:13:23 +0200
Finished renaming eric5 for PyQt5 to eric6.
# -*- coding: utf-8 -*- # Copyright (c) 2002 - 2014 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 - 2014 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"