diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2021-05-23 16:57:10 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2021-05-23 16:57:40 +0200 |
commit | 13445938e77848774961fba6bc6e62f0d65d1bbf (patch) | |
tree | fccfe61235407205c7bdf3b26cfdce68118cb0be | |
parent | 8001550dc43afdad447ed3b1049f92fd44cb725b (diff) | |
download | libexpat-git-13445938e77848774961fba6bc6e62f0d65d1bbf.tar.gz |
Bump version info from 9:0:8 to 9:1:8
See https://verbump.de/ for what these numbers do.
-rw-r--r-- | expat/CMakeLists.txt | 2 | ||||
-rw-r--r-- | expat/Changes | 4 | ||||
-rw-r--r-- | expat/configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 1f5975c7..cd12a992 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -387,7 +387,7 @@ if(EXPAT_WITH_LIBBSD) endif() set(LIBCURRENT 9) # sync -set(LIBREVISION 0) # with +set(LIBREVISION 1) # with set(LIBAGE 8) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index db4a396e..2406426f 100644 --- a/expat/Changes +++ b/expat/Changes @@ -7,6 +7,10 @@ Release 2.4.1 xxx xxx xx xxxx #488 #490 Autotools: Fix installed header expat_config.h for multilib systems; regression introduced in 2.4.0 by pull request #486 + Other changes: + #491 #492 Version info bumped from 9:0:8 to 9:1:8; + see https://verbump.de/ for what these numbers do + Special thanks to: Gentoo's QA check "multilib_check_headers" diff --git a/expat/configure.ac b/expat/configure.ac index b038ee41..b27b59e8 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=0 # with +LIBREVISION=1 # with LIBAGE=8 # CMakeLists.txt! AC_CONFIG_HEADERS([expat_config.h]) |