diff --git a/ges/ges-xml-formatter.c b/ges/ges-xml-formatter.c index 5533e772b2..13f7c6be85 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)