Don't use 3.4.x unless plugin only works for 3.4.x, rather than 3.4 in general
svn: r17165
This commit is contained in:
parent
fe50ed38db
commit
3fd1205fbc
@ -82,7 +82,7 @@ register(GRAMPLET,
|
|||||||
name = _("Exif Viewer Gramplet"),
|
name = _("Exif Viewer Gramplet"),
|
||||||
description = _("Gramplet showing exif tags for a media object"),
|
description = _("Gramplet showing exif tags for a media object"),
|
||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
gramps_target_version = "3.4.0",
|
gramps_target_version = "3.4",
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
fname = "Exif.py",
|
fname = "Exif.py",
|
||||||
height = 200,
|
height = 200,
|
||||||
|
Loading…
Reference in New Issue
Block a user