mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Bump version info from 9:7:8 to 9:8:8
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
f1fd4b6d4a
commit
44c2a9470a
3 changed files with 4 additions and 2 deletions
|
@ -414,7 +414,7 @@ if(EXPAT_WITH_LIBBSD)
|
|||
endif()
|
||||
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 7) # with
|
||||
set(LIBREVISION 8) # with
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ Release x.x.x xxx xxxx xx xxxx
|
|||
"-compatibility_version <version>" and
|
||||
"-current_version <version>" in a way compatible with
|
||||
GNU Libtool
|
||||
#590 #591 Version info bumped from 9:7:8 to 9:8:8;
|
||||
see https://verbump.de/ for what these numbers do
|
||||
|
||||
Infrastructure:
|
||||
#589 CI: Upgrade Clang from 13 to 14
|
||||
|
|
|
@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=7 # with
|
||||
LIBREVISION=8 # with
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
|
Loading…
Add table
Reference in a new issue