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

@@ -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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
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.3'
plg.gramps_target_version = '3.4'
plg.status = STABLE
plg.fname = 'ExportVCard.py'
plg.ptype = EXPORT