From: DongHun Kwak Date: Tue, 29 Jun 2021 03:26:53 +0000 (+0900) Subject: Imported Upstream version 2.9.12 X-Git-Tag: upstream/2.9.12^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=029bdff67590bf6ebf48590d10bd17bf3204c012;p=platform%2Fupstream%2Flibxml2.git Imported Upstream version 2.9.12 --- diff --git a/configure.ac b/configure.ac index ab76a45..5b161a5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) m4_define([MAJOR_VERSION], 2) m4_define([MINOR_VERSION], 9) -m4_define([MICRO_VERSION], 11) +m4_define([MICRO_VERSION], 12) AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION]) AC_CONFIG_SRCDIR([entities.c]) diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am index 7d38347..6f48713 100644 --- a/fuzz/Makefile.am +++ b/fuzz/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = -Wno-syntax EXTRA_PROGRAMS = genSeed html regexp schema uri xml xpath check_PROGRAMS = testFuzzer EXTRA_DIST = html.dict regexp.dict schema.dict xml.dict xpath.dict \ - seed/uri + seed/uri seed/regexp fuzz.h CLEANFILES = $(EXTRA_PROGRAMS) AM_CPPFLAGS = -I$(top_srcdir)/include DEPENDENCIES = $(top_builddir)/libxml2.la