From 23810903780c66e92b84865359953d4d334b2ed4 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 28 Jul 2018 14:29:11 -0400 Subject: [PATCH] xml-formatter: Bump format version Previous commit makes the format not forward compat. --- ges/ges-xml-formatter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-xml-formatter.c b/ges/ges-xml-formatter.c index 5533e77..13f7c6b 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) -- 2.7.4