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()
|
endif()
|
||||||
|
|
||||||
set(LIBCURRENT 9) # sync
|
set(LIBCURRENT 9) # sync
|
||||||
set(LIBREVISION 3) # with
|
set(LIBREVISION 4) # with
|
||||||
set(LIBAGE 8) # configure.ac!
|
set(LIBAGE 8) # configure.ac!
|
||||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ Release x.x.x xxx xxxxxxx xx xxxx
|
|||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
#546 Autotools: Fix broken CMake support under Cygwin
|
#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:
|
Special thanks to:
|
||||||
Carlo Bramini
|
Carlo Bramini
|
||||||
|
@ -82,7 +82,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
LIBCURRENT=9 # sync
|
LIBCURRENT=9 # sync
|
||||||
LIBREVISION=3 # with
|
LIBREVISION=4 # with
|
||||||
LIBAGE=8 # CMakeLists.txt!
|
LIBAGE=8 # CMakeLists.txt!
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([expat_config.h])
|
AC_CONFIG_HEADERS([expat_config.h])
|
||||||
|
Loading…
Reference in New Issue
Block a user