diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index e74e1916..b7f11bc0 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -113,7 +113,7 @@ if(USE_libbsd) endif() set(LIBCURRENT 7) # sync -set(LIBREVISION 5) # with +set(LIBREVISION 6) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 133b8912..b42140aa 100644 --- a/expat/Changes +++ b/expat/Changes @@ -22,6 +22,7 @@ Release 2.?.? ????????????????? #117 Include (existing) Visual Studio 2013 files in source tarball Improve test suite error output #111 Fix some typos in documentation + Version info bumped from 7:5:6 to 7:6:6 Special thanks to: Jakub Wilk diff --git a/expat/configure.ac b/expat/configure.ac index 34ab87a7..650d8584 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -47,7 +47,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=7 # sync -LIBREVISION=5 # with +LIBREVISION=6 # with LIBAGE=6 # CMakeLists.txt! CPPFLAGS="${CPPFLAGS} -DHAVE_EXPAT_CONFIG_H"