diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index b032c75a..92f4a06e 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -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}") diff --git a/expat/Changes b/expat/Changes index d0c5cae4..4cb3331b 100644 --- a/expat/Changes +++ b/expat/Changes @@ -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 diff --git a/expat/configure.ac b/expat/configure.ac index a07ebec1..0c88b886 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -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])