8701: GEDCOM version should be exported as 5.5.1

This commit is contained in:
Nick Hall 2015-07-29 19:02:55 +01:00
parent d190e4419b
commit 170f7bf196

View File

@ -333,7 +333,7 @@ class GedcomWriter(UpdateCallback):
self._writeln(1, "FILE", filename, limit=255)
self._writeln(1, "COPR", 'Copyright (c) %d %s.' % (year, rname))
self._writeln(1, "GEDC")
self._writeln(2, "VERS", "5.5")
self._writeln(2, "VERS", "5.5.1")
self._writeln(2, "FORM", 'LINEAGE-LINKED')
self._writeln(1, "CHAR", "UTF-8")