summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-03-28 15:59:19 +0200
committerSebastian Pipping <sebastian@pipping.org>2022-03-28 16:01:01 +0200
commit44c2a9470a24cb45973b83f95fcd0c361431ab17 (patch)
treebb353dc4f8911d44f21efda33715e49957fbebb0
parentf1fd4b6d4a68a8128b46af77c139c69263693caa (diff)
downloadlibexpat-git-44c2a9470a24cb45973b83f95fcd0c361431ab17.tar.gz
Bump version info from 9:7:8 to 9:8: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 ef0890f3..ca6c705f 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -414,7 +414,7 @@ if(EXPAT_WITH_LIBBSD)
endif()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 7) # with
+set(LIBREVISION 8) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
diff --git a/expat/Changes b/expat/Changes
index 6cfd4ed5..369ef7c2 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -10,6 +10,8 @@ Release x.x.x xxx xxxx xx xxxx
"-compatibility_version <version>" and
"-current_version <version>" in a way compatible with
GNU Libtool
+ #590 #591 Version info bumped from 9:7:8 to 9:8:8;
+ see https://verbump.de/ for what these numbers do
Infrastructure:
#589 CI: Upgrade Clang from 13 to 14
diff --git a/expat/configure.ac b/expat/configure.ac
index 7a7f013f..48640256 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=7 # with
+LIBREVISION=8 # with
LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])