From 8fd183abfe7a230f8015b6bdab4e498006e692c2 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 13 Sep 2019 21:44:39 +0200 Subject: [PATCH] Bump version info from 7:9:6 to 7:10:6 --- expat/CMakeLists.txt | 6 +++--- expat/Changes | 1 + expat/configure.ac | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index aba3dccd..c5c2ba63 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -262,9 +262,9 @@ if(EXPAT_WITH_LIBBSD) target_link_libraries(expat ${LIB_BSD}) endif() -set(LIBCURRENT 7) # sync -set(LIBREVISION 9) # with -set(LIBAGE 6) # configure.ac! +set(LIBCURRENT 7) # sync +set(LIBREVISION 10) # with +set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") if(NOT WIN32) diff --git a/expat/Changes b/expat/Changes index 060bcd2f..35f3e437 100644 --- a/expat/Changes +++ b/expat/Changes @@ -95,6 +95,7 @@ Release x.x.x xxx xxx xx xxxx #284 #285 Address cppcheck warnings #294 #295 Address Clang Static Analyzer warnings #24 #293 Mass-apply clang-format 9 (and ensure conformance during CI) + Version info bumped from 7:9:6 to 7:10:6 Special thanks to: David Loffredo diff --git a/expat/configure.ac b/expat/configure.ac index 20fe69e1..d58ac03e 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -48,9 +48,9 @@ dnl dnl If the API changes incompatibly set LIBAGE back to 0 dnl -LIBCURRENT=7 # sync -LIBREVISION=9 # with -LIBAGE=6 # CMakeLists.txt! +LIBCURRENT=7 # sync +LIBREVISION=10 # with +LIBAGE=6 # CMakeLists.txt! AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS]) AC_CONFIG_HEADER([expat_config.h])