mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 22:19:12 +00:00
Bump version info from 7:3:6 to 7:4:6
This commit is contained in:
parent
5f51145401
commit
8c9ec41705
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ endif(BUILD_shared)
|
|||
add_library(expat ${_SHARED} ${expat_SRCS})
|
||||
|
||||
set(LIBCURRENT 7) # sync
|
||||
set(LIBREVISION 3) # with
|
||||
set(LIBREVISION 4) # with
|
||||
set(LIBAGE 6) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=7 # sync
|
||||
LIBREVISION=3 # with
|
||||
LIBREVISION=4 # with
|
||||
LIBAGE=6 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADER(expat_config.h)
|
||||
|
|
Loading…
Add table
Reference in a new issue