mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
Bump version info from 9:8:8 to 9:9:8
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
f70d53f2f5
commit
88462ba0fa
3 changed files with 4 additions and 2 deletions
|
@ -437,7 +437,7 @@ foreach(build_type_upper
|
|||
endforeach()
|
||||
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 8) # with
|
||||
set(LIBREVISION 9) # with
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -42,6 +42,8 @@ Release x.x.x xxx xxxxx xx xxxx
|
|||
#594 xmlwf: Fix harmless variable mix-up in function nsattcmp
|
||||
#592 #593 #610 Address Cppcheck warnings
|
||||
#643 Address Clang 15 compiler warnings
|
||||
#642 #644 Version info bumped from 9:8:8 to 9:9:8;
|
||||
see https://verbump.de/ for what these numbers do
|
||||
|
||||
Infrastructure:
|
||||
#597 #598 CI: Windows: Start covering MSVC 2022
|
||||
|
|
|
@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=8 # with
|
||||
LIBREVISION=9 # with
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
|
Loading…
Add table
Reference in a new issue