mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 06:29:23 +00:00
Bump version info bumped from 7:4:6 to 7:5:6
This commit is contained in:
parent
642ec44e7b
commit
e5470ee885
3 changed files with 3 additions and 2 deletions
|
@ -77,7 +77,7 @@ endif(BUILD_shared)
|
|||
add_library(expat ${_SHARED} ${expat_SRCS})
|
||||
|
||||
set(LIBCURRENT 7) # sync
|
||||
set(LIBREVISION 4) # with
|
||||
set(LIBREVISION 5) # with
|
||||
set(LIBAGE 6) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ Release 2.2.? ????????????????
|
|||
for CloudABI
|
||||
#100 Fix use of SIPHASH_MAIN in siphash.h
|
||||
#23 Test suite: Fix memory leaks
|
||||
Version info bumped from 7:4:6 to 7:5:6
|
||||
|
||||
Special thanks to:
|
||||
Chanho Park
|
||||
|
|
|
@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=7 # sync
|
||||
LIBREVISION=4 # with
|
||||
LIBREVISION=5 # with
|
||||
LIBAGE=6 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADER(expat_config.h)
|
||||
|
|
Loading…
Add table
Reference in a new issue