diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 292726e0..230986c5 100644 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -113,7 +113,7 @@ if(USE_libbsd) endif() set(LIBCURRENT 7) # sync -set(LIBREVISION 6) # with +set(LIBREVISION 7) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index b5a6ff85..89a066ec 100644 --- a/expat/Changes +++ b/expat/Changes @@ -34,6 +34,7 @@ Release 2.2.5 ??????????????????? #153 #155 Improve docbook2x-man detection #160 Undefine NDEBUG in the test suite (rather than rejecting it) #161 Address compiler warnings + Version info bumped from 7:6:6 to 7:7:6 Special thanks to: Benbuck Nason diff --git a/expat/configure.ac b/expat/configure.ac index 3d12085e..c24f518c 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=6 # with +LIBREVISION=7 # with LIBAGE=6 # CMakeLists.txt! CPPFLAGS="${CPPFLAGS} -DHAVE_EXPAT_CONFIG_H"