summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2021-05-13 20:56:16 +0200
committerDaniel Veillard <veillard@redhat.com>2021-05-13 20:56:16 +0200
commitb48e77cf4f6fa0792c5f4b639707a2b0675e461b (patch)
tree5c1042d0ab0df44990d5ce8f1d9f8182ff061e06
parente1bcffea180d6cc0651757bb64284a763e0e2239 (diff)
downloadlibxml2-b48e77cf4f6fa0792c5f4b639707a2b0675e461b.tar.gz
Release of libxml2-2.9.12v2.9.12
Brown paper bag release, some recently added sources were missing from the 2.9.11 tarball: - configure.ac: bump version - fuzz/Makefile.am: add fuzz.h and seed/regexp to EXTRA_DIST
-rw-r--r--configure.ac2
-rw-r--r--fuzz/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ab76a459..5b161a54 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 7d383470..6f487137 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