Bump version info from 7:8:6 to 7:9:6
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index 36a9b46..76830ab 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -169,7 +169,7 @@
 endif()

 

 set(LIBCURRENT 7)   # sync

-set(LIBREVISION 8)  # with

+set(LIBREVISION 9)  # with

 set(LIBAGE 6)       # configure.ac!

 math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

 

diff --git a/expat/Changes b/expat/Changes
index 909ed28..e1f7bca 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -23,6 +23,7 @@
             #219  Remove fallback to bcopy, assume that memmove(3) exists
             #257  Use portable "/usr/bin/env bash" shebang (e.g. for OpenBSD)
             #243  Windows: Fix syntax of .def module definition files
+                  Version info bumped from 7:8:6 to 7:9:6
 
         Special thanks to:
             Benjamin Peterson
diff --git a/expat/configure.ac b/expat/configure.ac
index e5b1156..95bdaea 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -48,7 +48,7 @@
 dnl
 
 LIBCURRENT=7   # sync
-LIBREVISION=8  # with
+LIBREVISION=9  # with
 LIBAGE=6       # CMakeLists.txt!
 
 AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])