Bump soversion, skipped one for 2.1.1

This commit is contained in:
Sebastian Pipping 2016-06-05 15:43:36 +02:00
parent b364f44701
commit 2b9cb7f5b5
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ endif(BUILD_shared)
add_library(expat ${_SHARED} ${expat_SRCS})
set(LIBCURRENT 7) # sync
set(LIBREVISION 0) # with
set(LIBREVISION 2) # with
set(LIBAGE 6) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

View File

@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl
LIBCURRENT=7 # sync
LIBREVISION=0 # with
LIBREVISION=2 # with
LIBAGE=6 # CMakeLists.txt!
AC_CONFIG_HEADER(expat_config.h)