Bump version info from 7:2:6 to 7:3:6

This commit is contained in:
Sebastian Pipping 2017-06-14 13:53:40 +02:00
parent c2d4688d5b
commit b6742eb325
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -89,6 +89,7 @@ Release 2.2.1 ??????????
#10 Move from WIN32 to _WIN32
#13 Fix "make run-xmltest" order instability
Address compile warnings
Bump version info from 7:2:6 to 7:3:6
Add AUTHORS file
Infrastructure:

View File

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