summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--expat/CMakeLists.txt4
-rw-r--r--expat/Changes3
-rw-r--r--expat/configure.ac4
3 files changed, 7 insertions, 4 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index c747f3e1..aa00c066 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -386,9 +386,9 @@ if(EXPAT_WITH_LIBBSD)
target_link_libraries(expat ${LIB_BSD})
endif()
-set(LIBCURRENT 8) # sync
+set(LIBCURRENT 9) # sync
set(LIBREVISION 0) # with
-set(LIBAGE 7) # configure.ac!
+set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
set_property(TARGET expat PROPERTY OUTPUT_NAME "${_EXPAT_OUTPUT_NAME}")
diff --git a/expat/Changes b/expat/Changes
index c9d17276..fe5bafba 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -57,6 +57,9 @@ Release 2.4.0 XXX XXXXX XX XXXX
#473 #483 Improve attribution
#464 #465 #477 doc/reference.html: Fix XHTML validity
#475 #478 doc/reference.html: Replace the 90s look by OK.css
+ #479 Version info bumped from 8:0:7 to 9:0:8
+ due to addition of new symbols and error codes;
+ see https://verbump.de/ for what these numbers do
Infrastructure:
#456 CI: Enable periodic runs
diff --git a/expat/configure.ac b/expat/configure.ac
index 84319d64..b038ee41 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -81,9 +81,9 @@ dnl
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=8 # sync
+LIBCURRENT=9 # sync
LIBREVISION=0 # with
-LIBAGE=7 # CMakeLists.txt!
+LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])