From 3265243064dc1150b64201fc6ef287ae91e5ab72 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 2 Oct 2020 19:47:09 +0200 Subject: [PATCH] Bump version info from 7:11:6 to 7:12:6 --- expat/CMakeLists.txt | 2 +- expat/Changes | 1 + expat/configure.ac | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index b6db05b8..dfbd0c59 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -328,7 +328,7 @@ if(EXPAT_WITH_LIBBSD) endif() set(LIBCURRENT 7) # sync -set(LIBREVISION 11) # with +set(LIBREVISION 12) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index aca76951..5c670f3b 100644 --- a/expat/Changes +++ b/expat/Changes @@ -46,6 +46,7 @@ Release x.x.x xxx xxxxxxxxx xx xxxx #354 #355 .. #356 #412 Address compiler warnings #368 #369 Address pngcheck warnings with doc/*.png images + Version info bumped from 7:11:6 to 7:12:6 Special thanks to: asavah diff --git a/expat/configure.ac b/expat/configure.ac index 9b0a0872..82ec1fdd 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -49,7 +49,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=7 # sync -LIBREVISION=11 # with +LIBREVISION=12 # with LIBAGE=6 # CMakeLists.txt! AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [AM_CPPFLAGS])