Bump version info from 9:3:8 to 9:4:8
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
6c7c96d98c
commit
2a0add0a7a
@ -408,7 +408,7 @@ if(EXPAT_WITH_LIBBSD)
|
||||
endif()
|
||||
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 3) # with
|
||||
set(LIBREVISION 4) # with
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
@ -21,6 +21,8 @@ Release x.x.x xxx xxxxxxx xx xxxx
|
||||
|
||||
Other changes:
|
||||
#546 Autotools: Fix broken CMake support under Cygwin
|
||||
#552 #554 Version info bumped from 9:3:8 to 9:4:8;
|
||||
see https://verbump.de/ for what these numbers do
|
||||
|
||||
Special thanks to:
|
||||
Carlo Bramini
|
||||
|
@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
||||
dnl
|
||||
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=3 # with
|
||||
LIBREVISION=4 # with
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user