From 029bdff67590bf6ebf48590d10bd17bf3204c012 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 29 Jun 2021 12:26:53 +0900 Subject: [PATCH] Imported Upstream version 2.9.12 --- configure.ac | 2 +- fuzz/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4