Skip to content

Commit 2b706c4

Browse files
committed
Merge commit 'b48e77cf4f6fa0792c5f4b639707a2b0675e461b'
2 parents bba6387 + b48e77c commit 2b706c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
33

44
m4_define([MAJOR_VERSION], 2)
55
m4_define([MINOR_VERSION], 9)
6-
m4_define([MICRO_VERSION], 11)
6+
m4_define([MICRO_VERSION], 12)
77

88
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
99
AC_CONFIG_SRCDIR([entities.c])

fuzz/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = -Wno-syntax
22
EXTRA_PROGRAMS = genSeed html regexp schema uri xml xpath
33
check_PROGRAMS = testFuzzer
44
EXTRA_DIST = html.dict regexp.dict schema.dict xml.dict xpath.dict \
5-
seed/uri
5+
seed/uri seed/regexp fuzz.h
66
CLEANFILES = $(EXTRA_PROGRAMS)
77
AM_CPPFLAGS = -I$(top_srcdir)/include
88
DEPENDENCIES = $(top_builddir)/libxml2.la

0 commit comments

Comments
 (0)