summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-09-15 16:12:09 +0200
committerSebastian Pipping <sebastian@pipping.org>2022-09-19 16:20:44 +0200
commit88462ba0fa9d5e817996a32a800cbd448d6427e0 (patch)
tree250415e980eca72900c7426cb2be8f44c93efc4e
parentf70d53f2f5f2130cafbc41f4ced08d0f20dffb1c (diff)
downloadlibexpat-git-88462ba0fa9d5e817996a32a800cbd448d6427e0.tar.gz
Bump version info from 9:8:8 to 9:9: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 7b68b9d7..2f49048d 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -437,7 +437,7 @@ foreach(build_type_upper
endforeach()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 8) # with
+set(LIBREVISION 9) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
diff --git a/expat/Changes b/expat/Changes
index 1c266146..0b6251f3 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -42,6 +42,8 @@ Release x.x.x xxx xxxxx xx xxxx
#594 xmlwf: Fix harmless variable mix-up in function nsattcmp
#592 #593 #610 Address Cppcheck warnings
#643 Address Clang 15 compiler warnings
+ #642 #644 Version info bumped from 9:8:8 to 9:9:8;
+ see https://verbump.de/ for what these numbers do
Infrastructure:
#597 #598 CI: Windows: Start covering MSVC 2022
diff --git a/expat/configure.ac b/expat/configure.ac
index 0364c5fb..47216941 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=8 # with
+LIBREVISION=9 # with
LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])