Bump version info from 9:5:8 to 9:6:8

See https://verbump.de/ for what these numbers do
This commit is contained in:
Sebastian Pipping 2022-02-20 16:04:35 +01:00
parent 49abcfba57
commit 45732df416
3 changed files with 6 additions and 2 deletions

View File

@ -408,7 +408,7 @@ if(EXPAT_WITH_LIBBSD)
endif() endif()
set(LIBCURRENT 9) # sync set(LIBCURRENT 9) # sync
set(LIBREVISION 5) # with set(LIBREVISION 6) # with
set(LIBAGE 8) # configure.ac! set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

View File

@ -10,6 +10,10 @@ Release x.x.x xxx xxxxxxxx xx xxxx
parsing XML that contains nested element declarations parsing XML that contains nested element declarations
(e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>"). (e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>").
Other changes:
#567 #568 Version info bumped from 9:5:8 to 9:6:8;
see https://verbump.de/ for what these numbers do
Special thanks to: Special thanks to:
Matt Sergeant Matt Sergeant
Samanta Navarro Samanta Navarro

View File

@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl dnl
LIBCURRENT=9 # sync LIBCURRENT=9 # sync
LIBREVISION=5 # with LIBREVISION=6 # with
LIBAGE=8 # CMakeLists.txt! LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h]) AC_CONFIG_HEADERS([expat_config.h])