Bump Gramps version up to 4.0

svn: r20062
This commit is contained in:
Doug Blank
2012-07-24 07:10:31 +00:00
parent 59307c6268
commit b9d5ea797e
19 changed files with 233 additions and 237 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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
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.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'exportvcard.py'
plg.ptype = EXPORT