summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-10-24 16:57:04 +0200
committerSebastian Pipping <sebastian@pipping.org>2022-10-24 18:32:42 +0200
commitdb20f72472b846a2892277392986f36253ab974f (patch)
tree51d407a4d17e4a40413e163c9dbe7931c9139a16
parent7e27f561a6b01f02413b9e288eaba04c218b58a5 (diff)
downloadlibexpat-git-db20f72472b846a2892277392986f36253ab974f.tar.gz
Bump version info from 9:9:8 to 9:10:8
See https://verbump.de/ for what these numbers do
-rw-r--r--expat/CMakeLists.txt6
-rw-r--r--expat/Changes2
-rw-r--r--expat/configure.ac6
3 files changed, 8 insertions, 6 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index 2bf0bcbe..a12b6dd5 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -436,9 +436,9 @@ foreach(build_type_upper
set_property(TARGET expat PROPERTY ${build_type_upper}_POSTFIX ${EXPAT_${build_type_upper}_POSTFIX})
endforeach()
-set(LIBCURRENT 9) # sync
-set(LIBREVISION 9) # with
-set(LIBAGE 8) # configure.ac!
+set(LIBCURRENT 9) # sync
+set(LIBREVISION 10) # with
+set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
if(NOT WIN32)
diff --git a/expat/Changes b/expat/Changes
index 8af9da84..075be33b 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -21,6 +21,8 @@ Release x.x.x xxx xxxxxxxxxxxx xx xxxx
#666 examples: Make use of XML_GetBuffer and be more
consistent across examples
#648 Address compiler warnings
+ #667 #668 Version info bumped from 9:9:8 to 9:10:8;
+ see https://verbump.de/ for what these numbers do
Special thanks to:
Jann Horn
diff --git a/expat/configure.ac b/expat/configure.ac
index 558f959f..d3642dea 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -81,9 +81,9 @@ dnl
dnl If the API changes incompatibly set LIBAGE back to 0
dnl
-LIBCURRENT=9 # sync
-LIBREVISION=9 # with
-LIBAGE=8 # CMakeLists.txt!
+LIBCURRENT=9 # sync
+LIBREVISION=10 # with
+LIBAGE=8 # CMakeLists.txt!
AC_CONFIG_HEADERS([expat_config.h])
AH_TOP([#ifndef EXPAT_CONFIG_H