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

This commit is contained in:
Sebastian Pipping 2019-09-13 21:44:39 +02:00
parent 47cc6acc8f
commit 8fd183abfe
3 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

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