Bump version info from 9:1:8 to 9:2:8

See https://verbump.de/ for what these numbers do
This commit is contained in:
Sebastian Pipping 2021-12-17 17:55:06 +01:00
parent 96ff8de1d6
commit 716735e56b
3 changed files with 4 additions and 2 deletions

View file

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

View file

@ -17,6 +17,8 @@ Release 2.4.2 xxx xxx xx xxxx
when asking for a buffer of 0 (zero) bytes size
#522 #523 docs: Fix return value docs for both
XML_SetBillionLaughsAttackProtection* functions
#525 #526 Version info bumped from 9:1:8 to 9:2:8;
see https://verbump.de/ for what these numbers do
Special thanks to:
Dong-hee Na

View file

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