Update a few missed version numbers

This commit is contained in:
Nick Hall 2017-05-23 19:49:23 +01:00
parent dd0671b111
commit bbdedb5097
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ plg.name = _("BSDDB")
plg.name_accell = _("_BSDDB Database")
plg.description = _("Berkeley Software Distribution Database Backend")
plg.version = '1.0'
plg.gramps_target_version = "5.0"
plg.gramps_target_version = "5.1"
plg.status = STABLE
plg.fname = 'bsddb.py'
plg.ptype = DATABASE

View File

@ -27,7 +27,7 @@ register(DATABASE,
name_accell = _("DB-_API Database"),
description = _("DB-API Database"),
version = '1.0.32',
gramps_target_version = "5.0",
gramps_target_version = "5.1",
status = STABLE,
fname = 'dbapi.py',
databaseclass = 'DBAPI',

View File

@ -27,7 +27,7 @@ register(DATABASE,
name_accell = _("In-_Memory Database"),
description = _("In-Memory Database"),
version = '1.0.0',
gramps_target_version = "5.0",
gramps_target_version = "5.1",
status = STABLE,
fname = 'inmemorydb.py',
databaseclass = 'InMemoryDB',

View File

@ -28,7 +28,7 @@
# pylint: disable=bad-whitespace
# pylint: disable=bad-whitespace
MODULE_VERSION = "5.0"
MODULE_VERSION = "5.1"
from gi import Repository
from gramps.gen.const import GRAMPS_LOCALE as glocale