xml-formatter: Bump format version

Previous commit makes the format not forward compat.
This commit is contained in:
Thibault Saunier 2018-07-28 14:29:11 -04:00
parent bfb943be1b
commit 2381090378

View file

@ -32,8 +32,8 @@
G_DEFINE_TYPE (GESXmlFormatter, ges_xml_formatter, GES_TYPE_BASE_XML_FORMATTER);
#define API_VERSION 0
#define MINOR_VERSION 3
#define VERSION 0.3
#define MINOR_VERSION 4
#define VERSION 0.4
#define COLLECT_STR_OPT (G_MARKUP_COLLECT_STRING | G_MARKUP_COLLECT_OPTIONAL)