From: Sebastian Pipping Date: Wed, 25 Sep 2019 19:26:10 +0000 (+0200) Subject: Bump version info from 7:10:6 to 7:11:6 X-Git-Tag: R_2_2_9~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89de2d561cce45e9d889bb8f83c880f767e4369c;p=libexpat Bump version info from 7:10:6 to 7:11:6 --- diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 3bdeba44..2084424a 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -270,7 +270,7 @@ if(EXPAT_WITH_LIBBSD) endif() set(LIBCURRENT 7) # sync -set(LIBREVISION 10) # with +set(LIBREVISION 11) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 24c199e1..ae5f81c2 100644 --- a/expat/Changes +++ b/expat/Changes @@ -12,6 +12,7 @@ Release x.x.x xxx xxxxxxxxx xx xxxx case-insensitive file systems on Windows and the fact that Perl's XML::Parser::Expat compiles into Expat.dll. #347 Windows: Only define _CRT_RAND_S if not defined + Version info bumped from 7:10:6 to 7:11:6 Special thanks to: Ben Wagner diff --git a/expat/configure.ac b/expat/configure.ac index d58ac03e..e2b9a114 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=10 # with +LIBREVISION=11 # with LIBAGE=6 # CMakeLists.txt! AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])