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.id = 'relcalc_ca'
plg.name = _("Catalan Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_ca.py'
plg.ptype = RELCALC
@@ -45,7 +45,7 @@ plg.id = 'relcalc_cs'
plg.name = _("Czech Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_cs.py'
plg.ptype = RELCALC
@@ -58,7 +58,7 @@ plg.id = 'relcalc_da'
plg.name = _("Danish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_da.py'
plg.ptype = RELCALC
@@ -74,7 +74,7 @@ plg.id = 'relcalc_de'
plg.name = _("German Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_de.py'
plg.ptype = RELCALC
@@ -90,7 +90,7 @@ plg.id = 'relcalc_es'
plg.name = _("Spanish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_es.py'
plg.ptype = RELCALC
@@ -105,7 +105,7 @@ plg.id = 'relcalc_fi'
plg.name = _("Finnish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_fi.py'
plg.ptype = RELCALC
@@ -120,7 +120,7 @@ plg.id = 'relcalc_fr'
plg.name = _("French Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_fr.py'
plg.ptype = RELCALC
@@ -137,7 +137,7 @@ plg.id = 'relcalc_hr'
plg.name = _("Croatian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_hr.py'
plg.ptype = RELCALC
@@ -151,7 +151,7 @@ plg.id = 'relcalc_hu'
plg.name = _("Hungarian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_hu.py'
plg.ptype = RELCALC
@@ -164,7 +164,7 @@ plg.id = 'relcalc_it'
plg.name = _("Italian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_it.py'
plg.ptype = RELCALC
@@ -177,7 +177,7 @@ plg.id = 'relcalc_nl'
plg.name = _("Dutch Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_nl.py'
plg.ptype = RELCALC
@@ -194,7 +194,7 @@ plg.id = 'relcalc_no'
plg.name = _("Norwegian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_no.py'
plg.ptype = RELCALC
@@ -211,7 +211,7 @@ plg.id = 'relcalc_pl'
plg.name = _("Polish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_pl.py'
plg.ptype = RELCALC
@@ -227,7 +227,7 @@ plg.id = 'relcalc_pt'
plg.name = _("Portuguese Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_pt.py'
plg.ptype = RELCALC
@@ -243,7 +243,7 @@ plg.id = 'relcalc_ru'
plg.name = _("Russian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_ru.py'
plg.ptype = RELCALC
@@ -259,7 +259,7 @@ plg.id = 'relcalc_sk'
plg.name = _("Slovak Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_sk.py'
plg.ptype = RELCALC
@@ -273,7 +273,7 @@ plg.id = 'relcalc_sl'
plg.name = _("Slovenian Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_sl.py'
plg.ptype = RELCALC
@@ -286,7 +286,7 @@ plg.id = 'relcalc_sv'
plg.name = _("Swedish Relationship Calculator")
plg.description = _("Calculates relationships between people")
plg.version = '1.0'
plg.gramps_target_version = '3.5'
plg.gramps_target_version = '4.0'
plg.status = STABLE
plg.fname = 'rel_sv.py'
plg.ptype = RELCALC