From 45732df416c157fe2994824ec52ad6ea6d00c924 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 20 Feb 2022 16:04:35 +0100 Subject: [PATCH] Bump version info from 9:5:8 to 9:6:8 See https://verbump.de/ for what these numbers do --- expat/CMakeLists.txt | 2 +- expat/Changes | 4 ++++ expat/configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 5e339f99..ed24f67b 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -408,7 +408,7 @@ if(EXPAT_WITH_LIBBSD) endif() set(LIBCURRENT 9) # sync -set(LIBREVISION 5) # with +set(LIBREVISION 6) # with set(LIBAGE 8) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 0e6ccb26..811d1de6 100644 --- a/expat/Changes +++ b/expat/Changes @@ -10,6 +10,10 @@ Release x.x.x xxx xxxxxxxx xx xxxx parsing XML that contains nested element declarations (e.g. ""). + Other changes: + #567 #568 Version info bumped from 9:5:8 to 9:6:8; + see https://verbump.de/ for what these numbers do + Special thanks to: Matt Sergeant Samanta Navarro diff --git a/expat/configure.ac b/expat/configure.ac index 2ccab028..5175487b 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=5 # with +LIBREVISION=6 # with LIBAGE=8 # CMakeLists.txt! AC_CONFIG_HEADERS([expat_config.h])