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

@@ -32,7 +32,7 @@ plg.name = _("Comma Separated Values Spreadsheet (CSV)")
plg.name_accell = _("Comma _Separated Values Spreadsheet (CSV)")
plg.description = _("CSV is a common spreadsheet format.")
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportCsv.py'
plg.ptype = EXPORT
@@ -53,7 +53,7 @@ plg.name = _('Web Family Tree')
plg.name_accell = _('_Web Family Tree')
plg.description = _("Web Family Tree format")
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportFtree.py'
plg.ptype = EXPORT
@@ -75,7 +75,7 @@ plg.name_accell = _('GE_DCOM')
plg.description = _('GEDCOM is used to transfer data between genealogy programs. '
'Most genealogy software will accept a GEDCOM file as input.')
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportGedcom.py'
plg.ptype = EXPORT
@@ -96,7 +96,7 @@ plg.name = _('GeneWeb')
plg.name_accell = _('_GeneWeb')
plg.description = _('GeneWeb is a web based genealogy program.')
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportGeneWeb.py'
plg.ptype = EXPORT
@@ -118,7 +118,7 @@ plg.name_accell = _('Gra_mps XML Package (family tree and media)')
plg.description = _('Gramps package is an archived XML family tree together '
'with the media object files.')
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportPkg.py'
plg.ptype = EXPORT
@@ -141,7 +141,7 @@ plg.description = _('Gramps XML export is a complete archived XML backup of a'
' Gramps family tree without the media object files.'
' Suitable for backup purposes.')
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportXml.py'
plg.ptype = EXPORT
@@ -162,7 +162,7 @@ plg.name = _('vCalendar')
plg.name_accell = _('vC_alendar')
plg.description = _('vCalendar is used in many calendaring and PIM applications.')
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportVCalendar.py'
plg.ptype = EXPORT
@@ -183,7 +183,7 @@ plg.name = _('vCard')
plg.name_accell = _('_vCard')
plg.description = _('vCard is used in many addressbook and pim applications.')
plg.version = '1.0'
plg.gramps_target_version = '3.4'
plg.gramps_target_version = '3.5'
plg.status = STABLE
plg.fname = 'ExportVCard.py'
plg.ptype = EXPORT