Bump version info from 7:9:6 to 7:10:6
This commit is contained in:
parent
47cc6acc8f
commit
8fd183abfe
@ -262,9 +262,9 @@ if(EXPAT_WITH_LIBBSD)
|
|||||||
target_link_libraries(expat ${LIB_BSD})
|
target_link_libraries(expat ${LIB_BSD})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(LIBCURRENT 7) # sync
|
set(LIBCURRENT 7) # sync
|
||||||
set(LIBREVISION 9) # with
|
set(LIBREVISION 10) # with
|
||||||
set(LIBAGE 6) # configure.ac!
|
set(LIBAGE 6) # configure.ac!
|
||||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
|
@ -95,6 +95,7 @@ Release x.x.x xxx xxx xx xxxx
|
|||||||
#284 #285 Address cppcheck warnings
|
#284 #285 Address cppcheck warnings
|
||||||
#294 #295 Address Clang Static Analyzer warnings
|
#294 #295 Address Clang Static Analyzer warnings
|
||||||
#24 #293 Mass-apply clang-format 9 (and ensure conformance during CI)
|
#24 #293 Mass-apply clang-format 9 (and ensure conformance during CI)
|
||||||
|
Version info bumped from 7:9:6 to 7:10:6
|
||||||
|
|
||||||
Special thanks to:
|
Special thanks to:
|
||||||
David Loffredo
|
David Loffredo
|
||||||
|
@ -48,9 +48,9 @@ dnl
|
|||||||
dnl If the API changes incompatibly set LIBAGE back to 0
|
dnl If the API changes incompatibly set LIBAGE back to 0
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
LIBCURRENT=7 # sync
|
LIBCURRENT=7 # sync
|
||||||
LIBREVISION=9 # with
|
LIBREVISION=10 # with
|
||||||
LIBAGE=6 # CMakeLists.txt!
|
LIBAGE=6 # CMakeLists.txt!
|
||||||
|
|
||||||
AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])
|
AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])
|
||||||
AC_CONFIG_HEADER([expat_config.h])
|
AC_CONFIG_HEADER([expat_config.h])
|
||||||
|
Loading…
Reference in New Issue
Block a user