Don't use 3.3.x unless plugin only works for 3.3.x, rather than 3.3 in general

svn: r17164
This commit is contained in:
Doug Blank 2011-04-20 12:34:42 +00:00
parent e16c4f003d
commit 8a9e1b091b

View File

@ -82,7 +82,7 @@ register(GRAMPLET,
name = _("Exif Viewer Gramplet"),
description = _("Gramplet showing exif tags for a media object"),
version = "1.0.0",
gramps_target_version = "3.3.0",
gramps_target_version = "3.3",
status = STABLE,
fname = "Exif.py",
height = 200,
@ -110,7 +110,7 @@ register(GRAMPLET,
name=_("Person Events Gramplet"),
description = _("Gramplet showing the events for a person"),
version="1.0.0",
gramps_target_version="3.3.0",
gramps_target_version="3.3",
status = STABLE,
fname="Events.py",
height=200,
@ -123,7 +123,7 @@ register(GRAMPLET,
name=_("Family Events Gramplet"),
description = _("Gramplet showing the events for a family"),
version="1.0.0",
gramps_target_version="3.3.0",
gramps_target_version="3.3",
status = STABLE,
fname="Events.py",
height=200,