From e5470ee8856b3301beb11a9b73906f51613d29ed Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 2 Aug 2017 15:18:17 +0200 Subject: [PATCH] Bump version info bumped from 7:4:6 to 7:5: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 568e4bd47..748a93578 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -77,7 +77,7 @@ endif(BUILD_shared) add_library(expat ${_SHARED} ${expat_SRCS}) set(LIBCURRENT 7) # sync -set(LIBREVISION 4) # with +set(LIBREVISION 5) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 1bceab5d1..cdb1f9452 100644 --- a/expat/Changes +++ b/expat/Changes @@ -29,6 +29,7 @@ Release 2.2.? ???????????????? for CloudABI #100 Fix use of SIPHASH_MAIN in siphash.h #23 Test suite: Fix memory leaks + Version info bumped from 7:4:6 to 7:5:6 Special thanks to: Chanho Park diff --git a/expat/configure.ac b/expat/configure.ac index 328ff91a3..6198707f0 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=7 # sync -LIBREVISION=4 # with +LIBREVISION=5 # with LIBAGE=6 # CMakeLists.txt! AC_CONFIG_HEADER(expat_config.h)