summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-07-28 14:29:11 -0400
committerThibault Saunier <tsaunier@igalia.com>2018-07-28 14:31:25 -0400
commita545b786bf396ba9742cb52b6870fc9a2275937d (patch)
tree00a3cbfa72d0fc584eaad9b1c0bd36ebc13cd7e3
parentf3255777876811753c6a697d2b864b11035f89e9 (diff)
xml-formatter: Bump format version
Previous commit makes the format not forward compat.
-rw-r--r--ges/ges-xml-formatter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ges/ges-xml-formatter.c b/ges/ges-xml-formatter.c
index 5533e772..13f7c6be 100644
--- a/ges/ges-xml-formatter.c
+++ b/ges/ges-xml-formatter.c
@@ -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)