mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Bump version info from 9:1:8 to 9:2:8
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
96ff8de1d6
commit
716735e56b
3 changed files with 4 additions and 2 deletions
|
@ -388,7 +388,7 @@ if(EXPAT_WITH_LIBBSD)
|
|||
endif()
|
||||
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 1) # with
|
||||
set(LIBREVISION 2) # with
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ Release 2.4.2 xxx xxx xx xxxx
|
|||
when asking for a buffer of 0 (zero) bytes size
|
||||
#522 #523 docs: Fix return value docs for both
|
||||
XML_SetBillionLaughsAttackProtection* functions
|
||||
#525 #526 Version info bumped from 9:1:8 to 9:2:8;
|
||||
see https://verbump.de/ for what these numbers do
|
||||
|
||||
Special thanks to:
|
||||
Dong-hee Na
|
||||
|
|
|
@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=1 # with
|
||||
LIBREVISION=2 # with
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
|
Loading…
Add table
Reference in a new issue