From db20f72472b846a2892277392986f36253ab974f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 24 Oct 2022 16:57:04 +0200 Subject: Bump version info from 9:9:8 to 9:10:8 See https://verbump.de/ for what these numbers do --- expat/CMakeLists.txt | 6 +++--- expat/Changes | 2 ++ expat/configure.ac | 6 +++--- 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 -- cgit v1.2.1