Bump version info from 11:1:10 to 11:2:10

See https://verbump.de/ for what these numbers do
This commit is contained in:
Sebastian Pipping 2025-03-27 17:11:25 +01:00
parent bec461e1db
commit d8d5b39933
3 changed files with 5 additions and 2 deletions

View file

@ -472,7 +472,7 @@ foreach(build_type_upper
endforeach()
set(LIBCURRENT 11) # sync
set(LIBREVISION 1) # with
set(LIBREVISION 2) # with
set(LIBAGE 10) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

View file

@ -55,6 +55,9 @@ Release 2.7.1 ??? ????? ?? ????
#992 docs: Promote OpenSSF Best Practices self-certification
#978 tests/benchmark: Resolve mistaken double close
#986 Address compiler warnings
#990 #993 Version info bumped from 11:1:10 (libexpat*.so.1.10.1)
to 11:2:10 (libexpat*.so.1.10.2); see https://verbump.de/
for what these numbers do
Infrastructure:
#982 CI: Start running Perl XML::Parser integration tests

View file

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