Bump version info from 8:0:7 to 9:0:8
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
b913a529ae
commit
e083f03235
@ -386,9 +386,9 @@ if(EXPAT_WITH_LIBBSD)
|
||||
target_link_libraries(expat ${LIB_BSD})
|
||||
endif()
|
||||
|
||||
set(LIBCURRENT 8) # sync
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 0) # with
|
||||
set(LIBAGE 7) # configure.ac!
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
set_property(TARGET expat PROPERTY OUTPUT_NAME "${_EXPAT_OUTPUT_NAME}")
|
||||
|
@ -57,6 +57,9 @@ Release 2.4.0 XXX XXXXX XX XXXX
|
||||
#473 #483 Improve attribution
|
||||
#464 #465 #477 doc/reference.html: Fix XHTML validity
|
||||
#475 #478 doc/reference.html: Replace the 90s look by OK.css
|
||||
#479 Version info bumped from 8:0:7 to 9:0:8
|
||||
due to addition of new symbols and error codes;
|
||||
see https://verbump.de/ for what these numbers do
|
||||
|
||||
Infrastructure:
|
||||
#456 CI: Enable periodic runs
|
||||
|
@ -81,9 +81,9 @@ dnl
|
||||
dnl If the API changes incompatibly set LIBAGE back to 0
|
||||
dnl
|
||||
|
||||
LIBCURRENT=8 # sync
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=0 # with
|
||||
LIBAGE=7 # CMakeLists.txt!
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user