Bump version info from 9:7:8 to 9:8:8

See https://verbump.de/ for what these numbers do
This commit is contained in:
Sebastian Pipping 2022-03-28 15:59:19 +02:00
parent f1fd4b6d4a
commit 44c2a9470a
3 changed files with 4 additions and 2 deletions

View file

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

View file

@ -10,6 +10,8 @@ Release x.x.x xxx xxxx xx xxxx
"-compatibility_version <version>" and
"-current_version <version>" in a way compatible with
GNU Libtool
#590 #591 Version info bumped from 9:7:8 to 9:8:8;
see https://verbump.de/ for what these numbers do
Infrastructure:
#589 CI: Upgrade Clang from 13 to 14

View file

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