diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2021-05-11 16:00:52 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2021-05-22 19:07:49 +0200 |
commit | e083f03235c5e86a4a4f9b7e233db5cf47cd4b54 (patch) | |
tree | 807ce763905c02e969a59e4b819e1b6aec609b39 | |
parent | b913a529ae090647c015d4212048b58ebae93aeb (diff) | |
download | libexpat-git-e083f03235c5e86a4a4f9b7e233db5cf47cd4b54.tar.gz |
Bump version info from 8:0:7 to 9:0:8
See https://verbump.de/ for what these numbers do
-rw-r--r-- | expat/CMakeLists.txt | 4 | ||||
-rw-r--r-- | expat/Changes | 3 | ||||
-rw-r--r-- | expat/configure.ac | 4 |
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]) |