summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-12-17 17:55:06 +0100
committerSebastian Pipping <sebastian@pipping.org>2021-12-17 18:01:32 +0100
commit716735e56be7ed2d71b5ed1e47d2a14102f95c78 (patch)
tree4fd0db0fc3334d7ab0c5e51455aa62c4dacf291f
parent96ff8de1d671c6bcb6f8b533dda07243dd23a844 (diff)
downloadlibexpat-git-716735e56be7ed2d71b5ed1e47d2a14102f95c78.tar.gz
Bump version info from 9:1:8 to 9:2:8
See https://verbump.de/ for what these numbers do
-rw-r--r--expat/CMakeLists.txt2
-rw-r--r--expat/Changes2
-rw-r--r--expat/configure.ac2
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])