mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Bump version infro from 7:12:6 to 8:0:7
This commit is contained in:
parent
734698ba6a
commit
1955a4092e
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue