mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 12:54:58 +00:00
Bump version info from 11:1:10 to 11:2:10
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
bec461e1db
commit
d8d5b39933
3 changed files with 5 additions and 2 deletions
|
@ -472,7 +472,7 @@ foreach(build_type_upper
|
|||
endforeach()
|
||||
|
||||
set(LIBCURRENT 11) # sync
|
||||
set(LIBREVISION 1) # with
|
||||
set(LIBREVISION 2) # with
|
||||
set(LIBAGE 10) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -55,6 +55,9 @@ Release 2.7.1 ??? ????? ?? ????
|
|||
#992 docs: Promote OpenSSF Best Practices self-certification
|
||||
#978 tests/benchmark: Resolve mistaken double close
|
||||
#986 Address compiler warnings
|
||||
#990 #993 Version info bumped from 11:1:10 (libexpat*.so.1.10.1)
|
||||
to 11:2:10 (libexpat*.so.1.10.2); see https://verbump.de/
|
||||
for what these numbers do
|
||||
|
||||
Infrastructure:
|
||||
#982 CI: Start running Perl XML::Parser integration tests
|
||||
|
|
|
@ -85,7 +85,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=11 # sync
|
||||
LIBREVISION=1 # with
|
||||
LIBREVISION=2 # with
|
||||
LIBAGE=10 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
|
Loading…
Add table
Reference in a new issue