version bump; upgrade "gramps_target_version" (part1)

svn: r19285
This commit is contained in:
Jérôme Rapinat
2012-04-10 09:11:50 +00:00
parent 30a92809e5
commit 374e24dc2c
10 changed files with 81 additions and 81 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.4'
plg.gramps_target_version = '3.5'
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.4'
plg.gramps_target_version = '3.5'
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.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'GVRelGraph.py'
plg.ptype = REPORT