3430: Add Gramps version to the output of reports

svn: r15237
This commit is contained in:
Doug Blank 2010-04-19 14:34:54 +00:00
parent 4c1b073dac
commit d473bc8704

@ -924,8 +924,9 @@ class BasePage(object):
value = _dd.display(date.Today())
msg = _('Generated by <a href = "%(homepage)s">'
'Gramps</a> on %(date)s') % {
'date': value, 'homepage' : const.URL_HOMEPAGE
'Gramps</a> %(version)s on %(date)s') % {
'date': value, 'homepage' : const.URL_HOMEPAGE,
'version': const.VERSION
}
# optional "link-home" feature; see bug report #2736