Trunk is now version 3.3.0

svn: r14653
This commit is contained in:
Doug Blank
2010-03-06 22:47:25 +00:00
parent 696f051d13
commit dcfb25abc4
23 changed files with 170 additions and 170 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.2'
plg.gramps_target_version = '3.3'
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.2'
plg.gramps_target_version = '3.3'
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.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'GVRelGraph.py'
plg.ptype = REPORT