mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-09 06:40:13 +00:00
Bump version info from 7:8:6 to 7:9:6
This commit is contained in:
parent
a91e771f63
commit
c04903b3d1
3 changed files with 3 additions and 2 deletions
|
@ -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}")
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue