Merge pull request #443 from libexpat/bump-version-info
Bump shared library version info for next release
This commit is contained in:
commit
90c36ffffe
@ -335,9 +335,9 @@ if(EXPAT_WITH_LIBBSD)
|
||||
target_link_libraries(expat ${LIB_BSD})
|
||||
endif()
|
||||
|
||||
set(LIBCURRENT 7) # sync
|
||||
set(LIBREVISION 12) # with
|
||||
set(LIBAGE 6) # configure.ac!
|
||||
set(LIBCURRENT 8) # sync
|
||||
set(LIBREVISION 0) # with
|
||||
set(LIBAGE 7) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
set_property(TARGET expat PROPERTY OUTPUT_NAME "${_EXPAT_OUTPUT_NAME}")
|
||||
|
@ -18,6 +18,9 @@ Release x.x.xx xxx xxxxxxx xx xxxx
|
||||
failures, as well.
|
||||
#442 CMake: Call "enable_language(CXX)" prior to tinkering
|
||||
with CMAKE_CXX_* variables
|
||||
Version info bumped from 7:12:6 to 8:0:7
|
||||
due to addition of error code XML_ERROR_NO_BUFFER
|
||||
(see https://verbump.de/ for what these numbers do)
|
||||
|
||||
Special thanks to:
|
||||
Alexander Richardson
|
||||
@ -25,7 +28,6 @@ Release x.x.xx xxx xxxxxxx xx xxxx
|
||||
and
|
||||
Clang 11 UBSan and the Clang team
|
||||
|
||||
|
||||
Release 2.2.10 Sat October 3 2020
|
||||
Bug fixes:
|
||||
#390 #395 #398 Fix undefined behavior during parsing caused by
|
||||
|
@ -48,9 +48,9 @@ dnl
|
||||
dnl If the API changes incompatibly set LIBAGE back to 0
|
||||
dnl
|
||||
|
||||
LIBCURRENT=7 # sync
|
||||
LIBREVISION=12 # with
|
||||
LIBAGE=6 # CMakeLists.txt!
|
||||
LIBCURRENT=8 # sync
|
||||
LIBREVISION=0 # with
|
||||
LIBAGE=7 # CMakeLists.txt!
|
||||
|
||||
AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [AM_CPPFLAGS])
|
||||
AC_CONFIG_HEADER([expat_config.h])
|
||||
|
Loading…
Reference in New Issue
Block a user