summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2024-03-08 13:07:38 +0100
committerSebastian Pipping <sebastian@pipping.org>2024-03-13 14:37:05 +0100
commit557f1255f9f431646e27b84b1a2fe63380352b70 (patch)
tree8228b65bdc14de421db08265e4f9dd028ae4c6e9
parent98ee1baef80da27e148e55d4b2ae96143716064f (diff)
downloadexpat-557f1255f9f431646e27b84b1a2fe63380352b70.tar.gz
Bump version info from 10:1:9 to 10:2:9
See https://verbump.de/ for what these numbers do
-rw-r--r--expat/CMakeLists.txt2
-rw-r--r--expat/Changes3
-rw-r--r--expat/configure.ac2
3 files changed, 5 insertions, 2 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index 4f482b28..bc9e708f 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -466,7 +466,7 @@ foreach(build_type_upper
endforeach()
set(LIBCURRENT 10) # sync
-set(LIBREVISION 1) # with
+set(LIBREVISION 2) # with
set(LIBAGE 9) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
diff --git a/expat/Changes b/expat/Changes
index 7a6fe3c0..1d1841d4 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -16,6 +16,9 @@ Release 2.6.2 XXX XXXXXXXXXX XX XXXX
Other changes:
#847 Autotools: Fix build for DOCBOOK_TO_MAN containing spaces
#837 Add missing #821 and #824 to 2.6.1 change log
+ #838 #843 Version info bumped from 10:1:9 (libexpat*.so.1.9.1)
+ to 10:2:9 (libexpat*.so.1.9.2); see https://verbump.de/
+ for what these numbers do
Special thanks to:
Philippe Antoine
diff --git a/expat/configure.ac b/expat/configure.ac
index f9935f84..04415e36 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -83,7 +83,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl
LIBCURRENT=10 # sync
-LIBREVISION=1 # with
+LIBREVISION=2 # with
LIBAGE=9 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])