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

See https://verbump.de/ for what these numbers do
This commit is contained in:
Sebastian Pipping 2022-01-29 22:27:41 +01:00
parent 6c7c96d98c
commit 2a0add0a7a
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -21,6 +21,8 @@ Release x.x.x xxx xxxxxxx xx xxxx
Other changes:
#546 Autotools: Fix broken CMake support under Cygwin
#552 #554 Version info bumped from 9:3:8 to 9:4:8;
see https://verbump.de/ for what these numbers do
Special thanks to:
Carlo Bramini

View File

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