Bump version info bumped from 7:4:6 to 7:5:6
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index 568e4bd..748a935 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -77,7 +77,7 @@
 add_library(expat ${_SHARED} ${expat_SRCS})

 

 set(LIBCURRENT 7)   # sync

-set(LIBREVISION 4)  # with

+set(LIBREVISION 5)  # with

 set(LIBAGE 6)       # configure.ac!

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

 

diff --git a/expat/Changes b/expat/Changes
index 1bceab5..cdb1f94 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -29,6 +29,7 @@
                     for CloudABI
             #100  Fix use of SIPHASH_MAIN in siphash.h
              #23  Test suite: Fix memory leaks
+                  Version info bumped from 7:4:6 to 7:5:6
 
         Special thanks to:
             Chanho Park
diff --git a/expat/configure.ac b/expat/configure.ac
index 328ff91..6198707 100644
--- a/expat/configure.ac
+++ b/expat/configure.ac
@@ -46,7 +46,7 @@
 dnl
 
 LIBCURRENT=7   # sync
-LIBREVISION=4  # with
+LIBREVISION=5  # with
 LIBAGE=6       # CMakeLists.txt!
 
 AC_CONFIG_HEADER(expat_config.h)