We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bba6387 + b48e77c commit 2b706c4Copy full SHA for 2b706c4
configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
3
4
m4_define([MAJOR_VERSION], 2)
5
m4_define([MINOR_VERSION], 9)
6
-m4_define([MICRO_VERSION], 11)
+m4_define([MICRO_VERSION], 12)
7
8
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
9
AC_CONFIG_SRCDIR([entities.c])
fuzz/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = -Wno-syntax
2
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
0 commit comments