Bump version info from 7:10:6 to 7:11:6

This commit is contained in:
Sebastian Pipping 2019-09-25 21:26:10 +02:00
parent 25c96511a0
commit 89de2d561c
3 changed files with 3 additions and 2 deletions

View File

@ -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}")

View File

@ -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

View File

@ -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])