diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index afc0fcc4..5bdc832d 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -466,7 +466,7 @@ foreach(build_type_upper endforeach() set(LIBCURRENT 10) # sync -set(LIBREVISION 2) # with +set(LIBREVISION 3) # with set(LIBAGE 9) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 1b4cd082..b9a9d434 100644 --- a/expat/Changes +++ b/expat/Changes @@ -66,6 +66,9 @@ Release 2.6.3 XXX XXXXX XX XXXX #741 Windows: Drop support for Visual Studio <=15.0/2017 #886 Drop needless XML_DTD guards around is_param access #885 Fix typo in a code comment + #894 #896 Version info bumped from 10:2:9 (libexpat*.so.1.9.2) + to 10:3:9 (libexpat*.so.1.9.3); see https://verbump.de/ + for what these numbers do Infrastructure: #880 Readme: Promote the call for help diff --git a/expat/configure.ac b/expat/configure.ac index 1d0954b7..108ea0f8 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -83,7 +83,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=10 # sync -LIBREVISION=2 # with +LIBREVISION=3 # with LIBAGE=9 # CMakeLists.txt! AC_CONFIG_HEADERS([expat_config.h])