diff options
-rw-r--r-- | expat/CMakeLists.txt | 2 | ||||
-rw-r--r-- | expat/Changes | 2 | ||||
-rw-r--r-- | expat/configure.ac | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 11797a5c..4f370100 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -388,7 +388,7 @@ if(EXPAT_WITH_LIBBSD) endif() set(LIBCURRENT 9) # sync -set(LIBREVISION 1) # with +set(LIBREVISION 2) # with set(LIBAGE 8) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 27c77cf1..e5f136d9 100644 --- a/expat/Changes +++ b/expat/Changes @@ -17,6 +17,8 @@ Release 2.4.2 xxx xxx xx xxxx when asking for a buffer of 0 (zero) bytes size #522 #523 docs: Fix return value docs for both XML_SetBillionLaughsAttackProtection* functions + #525 #526 Version info bumped from 9:1:8 to 9:2:8; + see https://verbump.de/ for what these numbers do Special thanks to: Dong-hee Na diff --git a/expat/configure.ac b/expat/configure.ac index 44a954fc..e71bdbd2 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=9 # sync -LIBREVISION=1 # with +LIBREVISION=2 # with LIBAGE=8 # CMakeLists.txt! AC_CONFIG_HEADERS([expat_config.h]) |