updated this file to show version 3.4 instead of 3.3

svn: r16929
This commit is contained in:
Craig J. Anderson 2011-03-25 15:40:42 +00:00
parent b2bc4d13e5
commit d02df00f93

View File

@ -32,7 +32,7 @@ plg.id = 'ancestor_chart,BKI'
plg.name = _("Ancestor Tree")
plg.description = _("Produces a graphical ancestral tree")
plg.version = '1.0'
plg.gramps_target_version = '3.3'
plg.gramps_target_version = '3.4'
plg.status = STABLE
plg.fname = 'AncestorTree.py'
plg.ptype = REPORT
@ -92,7 +92,7 @@ plg.id = 'descend_chart,BKI'
plg.name = _("Descendant Tree")
plg.description = _("Produces a graphical descendant tree")
plg.version = '1.0'
plg.gramps_target_version = '3.3'
plg.gramps_target_version = '3.4'
plg.status = STABLE
plg.fname = 'DescendTree.py'
plg.ptype = REPORT
@ -134,7 +134,7 @@ plg.status = STABLE
plg.fname = 'DescendTree.py'
plg.ptype = REPORT
plg.category = CATEGORY_DRAW
plg.gramps_target_version = '3.3'
plg.gramps_target_version = '3.4'
plg.authors = ["Craig J. Anderson"]
plg.authors_email = ["ander882@gramps-project.org"]
plg.require_active = True