summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-03-04 18:46:01 +0100
committerSebastian Pipping <sebastian@pipping.org>2022-03-04 18:46:01 +0100
commitc30b80ee9cabb122d90903a62a2cfe47e08f6956 (patch)
tree26fe49cac0b488b4ae1464e9f75ae27294cec13e
parentf178826bb1e9c8ee23202f1be55ad4ac7b649e84 (diff)
downloadlibexpat-git-c30b80ee9cabb122d90903a62a2cfe47e08f6956.tar.gz
Bump version info from 9:6:8 to 9:7: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 624771f4..9945e42c 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -413,7 +413,7 @@ if(EXPAT_WITH_LIBBSD)
endif()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 6) # with
+set(LIBREVISION 7) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
diff --git a/expat/Changes b/expat/Changes
index 5b0e333c..59fbcca4 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -22,6 +22,8 @@ Release x.x.x xxx xxxxxxxx xx xxxx
be of interest.
#569 #571 tests: Resolve use of macros NAN and INFINITY for GNU G++
4.8.2 on Solaris.
+ #578 #580 Version info bumped from 9:6:8 to 9:7:8;
+ see https://verbump.de/ for what these numbers do
Release 2.4.6 Sun February 20 2022
Bug fixes:
diff --git a/expat/configure.ac b/expat/configure.ac
index 5175487b..7a7f013f 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=6 # with
+LIBREVISION=7 # with
LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])