Move all trunk plugins to version 3.4

svn: r16874
This commit is contained in:
Doug Blank
2011-03-21 20:43:00 +00:00
parent 688838d6db
commit a00dcd0c2b
23 changed files with 206 additions and 206 deletions

View File

@@ -31,7 +31,7 @@ plg.id = 'familylines_graph'
plg.name = _("Family Lines Graph")
plg.description = _("Produces family line graphs using GraphViz.")
plg.version = '1.0'
plg.gramps_target_version = '3.3'
plg.gramps_target_version = '3.4'
plg.status = STABLE
plg.fname = 'GVFamilyLines.py'
plg.ptype = REPORT
@@ -54,7 +54,7 @@ plg.id = 'hourglass_graph'
plg.name = _("Hourglass Graph")
plg.description = _("Produces an hourglass graph using Graphviz.")
plg.version = '1.0'
plg.gramps_target_version = '3.3'
plg.gramps_target_version = '3.4'
plg.status = STABLE
plg.fname = 'GVHourGlass.py'
plg.ptype = REPORT
@@ -76,7 +76,7 @@ plg.id = 'rel_graph'
plg.name = _("Relationship Graph")
plg.description = _("Produces relationship graphs using Graphviz.")
plg.version = '1.0'
plg.gramps_target_version = '3.3'
plg.gramps_target_version = '3.4'
plg.status = STABLE
plg.fname = 'GVRelGraph.py'
plg.ptype = REPORT