Imported Upstream version 2.9.12 upstream/2.9.12
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 29 Jun 2021 03:26:53 +0000 (12:26 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 29 Jun 2021 03:26:53 +0000 (12:26 +0900)
configure.ac
fuzz/Makefile.am

index ab76a45..5b161a5 100644 (file)
@@ -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])
index 7d38347..6f48713 100644 (file)
@@ -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