From 2a0add0a7a2b03af70b5d0db88baeec66d930ff5 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 29 Jan 2022 22:27:41 +0100 Subject: [PATCH] Bump version info from 9:3:8 to 9:4:8 See https://verbump.de/ for what these numbers do --- expat/CMakeLists.txt | 2 +- expat/Changes | 2 ++ expat/configure.ac | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 9d182b30..e014e308 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -408,7 +408,7 @@ if(EXPAT_WITH_LIBBSD) endif() set(LIBCURRENT 9) # sync -set(LIBREVISION 3) # with +set(LIBREVISION 4) # with set(LIBAGE 8) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 16da8ee7..be37463c 100644 --- a/expat/Changes +++ b/expat/Changes @@ -21,6 +21,8 @@ Release x.x.x xxx xxxxxxx xx xxxx Other changes: #546 Autotools: Fix broken CMake support under Cygwin + #552 #554 Version info bumped from 9:3:8 to 9:4:8; + see https://verbump.de/ for what these numbers do Special thanks to: Carlo Bramini diff --git a/expat/configure.ac b/expat/configure.ac index 9ce54f1d..a6573e81 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=3 # with +LIBREVISION=4 # with LIBAGE=8 # CMakeLists.txt! AC_CONFIG_HEADERS([expat_config.h])