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

This commit is contained in:
Sebastian Pipping 2019-06-19 18:28:50 +02:00
parent a91e771f63
commit c04903b3d1
3 changed files with 3 additions and 2 deletions

View file

@ -169,7 +169,7 @@ if(USE_libbsd)
endif()
set(LIBCURRENT 7) # sync
set(LIBREVISION 8) # with
set(LIBREVISION 9) # with
set(LIBAGE 6) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

View file

@ -23,6 +23,7 @@ Release x.x.x XXX XXXXXX XX XXXX
#219 Remove fallback to bcopy, assume that memmove(3) exists
#257 Use portable "/usr/bin/env bash" shebang (e.g. for OpenBSD)
#243 Windows: Fix syntax of .def module definition files
Version info bumped from 7:8:6 to 7:9:6
Special thanks to:
Benjamin Peterson

View file

@ -48,7 +48,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl
LIBCURRENT=7 # sync
LIBREVISION=8 # with
LIBREVISION=9 # with
LIBAGE=6 # CMakeLists.txt!
AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])