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

See https://verbump.de/ for what these numbers do
This commit is contained in:
Sebastian Pipping 2022-02-18 19:01:25 +01:00
parent e2d43320ce
commit 748c618f72
3 changed files with 6 additions and 2 deletions

View File

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

View File

@ -34,6 +34,10 @@ Release X.X.X XXX XXXXXXX XX XXXX
Expected impact is denial of service or potentially
arbitrary code execution.
Other changes:
#557 #564 Version info bumped from 9:4:8 to 9:5:8;
see https://verbump.de/ for what these numbers do
Special thanks to:
Ivan Fratric
Samanta Navarro

View File

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