From 88462ba0fa9d5e817996a32a800cbd448d6427e0 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 15 Sep 2022 16:12:09 +0200 Subject: [PATCH] Bump version info from 9:8:8 to 9:9: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 7b68b9d7..2f49048d 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -437,7 +437,7 @@ foreach(build_type_upper endforeach() set(LIBCURRENT 9) # sync -set(LIBREVISION 8) # with +set(LIBREVISION 9) # with set(LIBAGE 8) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 1c266146..0b6251f3 100644 --- a/expat/Changes +++ b/expat/Changes @@ -42,6 +42,8 @@ Release x.x.x xxx xxxxx xx xxxx #594 xmlwf: Fix harmless variable mix-up in function nsattcmp #592 #593 #610 Address Cppcheck warnings #643 Address Clang 15 compiler warnings + #642 #644 Version info bumped from 9:8:8 to 9:9:8; + see https://verbump.de/ for what these numbers do Infrastructure: #597 #598 CI: Windows: Start covering MSVC 2022 diff --git a/expat/configure.ac b/expat/configure.ac index 0364c5fb..47216941 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=8 # with +LIBREVISION=9 # with LIBAGE=8 # CMakeLists.txt! AC_CONFIG_HEADERS([expat_config.h])