mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
xml-formatter: Bump format version
Previous commit makes the format not forward compat.
This commit is contained in:
parent
bfb943be1b
commit
2381090378
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
||||||
G_DEFINE_TYPE (GESXmlFormatter, ges_xml_formatter, GES_TYPE_BASE_XML_FORMATTER);
|
G_DEFINE_TYPE (GESXmlFormatter, ges_xml_formatter, GES_TYPE_BASE_XML_FORMATTER);
|
||||||
|
|
||||||
#define API_VERSION 0
|
#define API_VERSION 0
|
||||||
#define MINOR_VERSION 3
|
#define MINOR_VERSION 4
|
||||||
#define VERSION 0.3
|
#define VERSION 0.4
|
||||||
|
|
||||||
#define COLLECT_STR_OPT (G_MARKUP_COLLECT_STRING | G_MARKUP_COLLECT_OPTIONAL)
|
#define COLLECT_STR_OPT (G_MARKUP_COLLECT_STRING | G_MARKUP_COLLECT_OPTIONAL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue