xml-formatter: Bump format version
authorThibault Saunier <tsaunier@igalia.com>
Sat, 28 Jul 2018 18:29:11 +0000 (14:29 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Sat, 28 Jul 2018 18:29:11 +0000 (14:29 -0400)
Previous commit makes the format not forward compat.

ges/ges-xml-formatter.c

index 5533e77..13f7c6b 100644 (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)