summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-01-13 20:02:42 +0100
committerSebastian Pipping <sebastian@pipping.org>2022-01-13 20:02:42 +0100
commit2a6019d0fb55452cef6336d99099b3bdfbb85d18 (patch)
tree4bc34a44bf0dbc90307939d79a34b91aec5c6f90
parent919a2bec5e12e6285031308e6da86f250b21d166 (diff)
downloadlibexpat-git-2a6019d0fb55452cef6336d99099b3bdfbb85d18.tar.gz
Bump version info from 9:2:8 to 9:3: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 3edc70c8..423b67d2 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -408,7 +408,7 @@ if(EXPAT_WITH_LIBBSD)
endif()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 2) # with
+set(LIBREVISION 3) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
diff --git a/expat/Changes b/expat/Changes
index d035bad6..9372614e 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -36,6 +36,8 @@ Release x.x.x xxx xxxxxxxx xx xxxx
#527 #528 Address compiler warnings
#541 Autotools|CMake: MinGW: Make run.sh(.in) work for Cygwin
and MSYS2 by not going through Wine on these platforms
+ #533 #543 Version info bumped from 9:2:8 to 9:3:8;
+ see https://verbump.de/ for what these numbers do
Infrastructure:
#536 CI: Check for realistic minimum CMake version
diff --git a/expat/configure.ac b/expat/configure.ac
index e71bdbd2..3d3ab07a 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=2 # with
+LIBREVISION=3 # with
LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])