Skip to content

Commit b48e77c

Browse files
committed
Release of libxml2-2.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
1 parent e1bcffe commit b48e77c

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)