Trunk is now version 3.3.0

svn: r14653
This commit is contained in:
Doug Blank
2010-03-06 22:47:25 +00:00
parent 696f051d13
commit dcfb25abc4
23 changed files with 170 additions and 170 deletions

View File

@@ -31,7 +31,7 @@ plg.id = 'asciidoc'
plg.name = _("Plain Text")
plg.description = _("Generates documents in plain text format (.txt).")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'AsciiDoc.py'
plg.ptype = DOCGEN
@@ -51,7 +51,7 @@ plg.id = 'gtkprint'
plg.name = _('Print...')
plg.description = _("Generates documents and prints them directly.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'GtkPrint.py'
plg.ptype = DOCGEN
@@ -71,7 +71,7 @@ plg.id = 'htmldoc'
plg.name = _('HTML')
plg.description = _("Generates documents in HTML format.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'HtmlDoc.py'
plg.ptype = DOCGEN
@@ -91,7 +91,7 @@ plg.id = 'latexdoc'
plg.name = _('LaTeX')
plg.description = _("Generates documents in LaTeX format.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'LaTeXDoc.py'
plg.ptype = DOCGEN
@@ -112,7 +112,7 @@ plg.name = _('OpenDocument Text')
plg.description = _("Generates documents in OpenDocument "
"Text format (.odt).")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'ODFDoc.py'
plg.ptype = DOCGEN
@@ -132,7 +132,7 @@ plg.id = 'pdfdoc'
plg.name = _('PDF document')
plg.description = _("Generates documents in PDF format (.pdf).")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'PdfDoc.py'
plg.ptype = DOCGEN
@@ -152,7 +152,7 @@ plg.id = 'psdrawdoc'
plg.name = _('PostScript')
plg.description = _("Generates documents in postscript format (.ps).")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'PSDrawDoc.py'
plg.ptype = DOCGEN
@@ -172,7 +172,7 @@ plg.id = 'rftdoc'
plg.name = _('RTF document')
plg.description = _("Generates documents in Rich Text format (.rtf).")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'RTFDoc.py'
plg.ptype = DOCGEN
@@ -193,7 +193,7 @@ plg.name = _('SVG document')
plg.description = _("Generates documents in Scalable "
"Vector Graphics format (.svg).")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'SvgDrawDoc.py'
plg.ptype = DOCGEN