updated this file to show version 3.4 instead of 3.3
svn: r16929
This commit is contained in:
parent
b2bc4d13e5
commit
d02df00f93
@ -32,7 +32,7 @@ plg.id = 'ancestor_chart,BKI'
|
|||||||
plg.name = _("Ancestor Tree")
|
plg.name = _("Ancestor Tree")
|
||||||
plg.description = _("Produces a graphical ancestral tree")
|
plg.description = _("Produces a graphical ancestral tree")
|
||||||
plg.version = '1.0'
|
plg.version = '1.0'
|
||||||
plg.gramps_target_version = '3.3'
|
plg.gramps_target_version = '3.4'
|
||||||
plg.status = STABLE
|
plg.status = STABLE
|
||||||
plg.fname = 'AncestorTree.py'
|
plg.fname = 'AncestorTree.py'
|
||||||
plg.ptype = REPORT
|
plg.ptype = REPORT
|
||||||
@ -92,7 +92,7 @@ plg.id = 'descend_chart,BKI'
|
|||||||
plg.name = _("Descendant Tree")
|
plg.name = _("Descendant Tree")
|
||||||
plg.description = _("Produces a graphical descendant tree")
|
plg.description = _("Produces a graphical descendant tree")
|
||||||
plg.version = '1.0'
|
plg.version = '1.0'
|
||||||
plg.gramps_target_version = '3.3'
|
plg.gramps_target_version = '3.4'
|
||||||
plg.status = STABLE
|
plg.status = STABLE
|
||||||
plg.fname = 'DescendTree.py'
|
plg.fname = 'DescendTree.py'
|
||||||
plg.ptype = REPORT
|
plg.ptype = REPORT
|
||||||
@ -134,7 +134,7 @@ plg.status = STABLE
|
|||||||
plg.fname = 'DescendTree.py'
|
plg.fname = 'DescendTree.py'
|
||||||
plg.ptype = REPORT
|
plg.ptype = REPORT
|
||||||
plg.category = CATEGORY_DRAW
|
plg.category = CATEGORY_DRAW
|
||||||
plg.gramps_target_version = '3.3'
|
plg.gramps_target_version = '3.4'
|
||||||
plg.authors = ["Craig J. Anderson"]
|
plg.authors = ["Craig J. Anderson"]
|
||||||
plg.authors_email = ["ander882@gramps-project.org"]
|
plg.authors_email = ["ander882@gramps-project.org"]
|
||||||
plg.require_active = True
|
plg.require_active = True
|
||||||
|
Loading…
Reference in New Issue
Block a user