Bump version from 2.2.7 to 2.2.8
diff --git a/expat/CMake.README b/expat/CMake.README
index 7ab3a62..13efce8 100644
--- a/expat/CMake.README
+++ b/expat/CMake.README
@@ -3,25 +3,25 @@
 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
 Studio) and should work on all other platform cmake supports.
 
-Assuming ~/expat-2.2.7 is the source directory of expat, add a subdirectory
+Assuming ~/expat-2.2.8 is the source directory of expat, add a subdirectory
 build and change into that directory:
-~/expat-2.2.7$ mkdir build && cd build
-~/expat-2.2.7/build$
+~/expat-2.2.8$ mkdir build && cd build
+~/expat-2.2.8/build$
 
 From that directory, call cmake first, then call make, make test and
 make install in the usual way:
-~/expat-2.2.7/build$ cmake ..
+~/expat-2.2.8/build$ cmake ..
 -- The C compiler identification is GNU
 -- The CXX compiler identification is GNU
 ....
 -- Configuring done
 -- Generating done
--- Build files have been written to: /home/patrick/expat-2.2.7/build
+-- Build files have been written to: /home/patrick/expat-2.2.8/build
 
 If you want to specify the install location for your files, append
 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.
 
-~/expat-2.2.7/build$ make && make test && make install
+~/expat-2.2.8/build$ make && make test && make install
 Scanning dependencies of target expat
 [  5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
 [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index c5c2ba6..0c49c2f 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -5,7 +5,7 @@
 
 project(expat
     VERSION
-        2.2.7
+        2.2.8
     LANGUAGES
         C
 )
diff --git a/expat/README.md b/expat/README.md
index 345219d..951bf8b 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -3,7 +3,7 @@
 [![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapackage/expat/versions)
 
 
-# Expat, Release 2.2.7
+# Expat, Release 2.2.8
 
 This is Expat, a C library for parsing XML, started by
 [James Clark](https://en.wikipedia.org/wiki/James_Clark_(programmer)) in 1997.
diff --git a/expat/expat.spec b/expat/expat.spec
index 634dfaf..3cdc550 100644
--- a/expat/expat.spec
+++ b/expat/expat.spec
@@ -1,4 +1,4 @@
-%define version 2.2.7
+%define version 2.2.8
 %define release 1
 
 Summary: Expat is an XML 1.0 parser written in C.
diff --git a/expat/lib/expat.h b/expat/lib/expat.h
index 6773ee4..6c8eb1f 100644
--- a/expat/lib/expat.h
+++ b/expat/lib/expat.h
@@ -1015,7 +1015,7 @@
 */
 #define XML_MAJOR_VERSION 2
 #define XML_MINOR_VERSION 2
-#define XML_MICRO_VERSION 7
+#define XML_MICRO_VERSION 8
 
 #ifdef __cplusplus
 }
diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
index c29a644..e740f0e 100644
--- a/expat/lib/xmlparse.c
+++ b/expat/lib/xmlparse.c
@@ -1,4 +1,4 @@
-/* 69df5be70289a11fb834869ce4a91c23c1d9dd04baffcbd10e86742d149a080c (2.2.7+)
+/* f2d0ab6d1d4422a08cf1cf3bbdfba96b49dea42fb5ff4615e03a2a25c306e769 (2.2.8+)
                             __  __            _
                          ___\ \/ /_ __   __ _| |_
                         / _ \\  /| '_ \ / _` | __|
diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c
index 65748a2..176a5e5 100644
--- a/expat/tests/runtests.c
+++ b/expat/tests/runtests.c
@@ -7329,7 +7329,7 @@
     fail("Version mismatch");
 
 #if ! defined(XML_UNICODE) || defined(XML_UNICODE_WCHAR_T)
-  if (xcstrcmp(version_text, XCS("expat_2.2.7"))) /* needs bump on releases */
+  if (xcstrcmp(version_text, XCS("expat_2.2.8"))) /* needs bump on releases */
     fail("XML_*_VERSION in expat.h out of sync?\n");
 #else
   /* If we have XML_UNICODE defined but not XML_UNICODE_WCHAR_T
diff --git a/expat/win32/expat.iss b/expat/win32/expat.iss
index 3aaebe9..835bd28 100644
--- a/expat/win32/expat.iss
+++ b/expat/win32/expat.iss
@@ -4,7 +4,7 @@
 ; This script was contributed by Tim Peters.
 ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
 
-#define expatVer "2.2.7"
+#define expatVer "2.2.8"
 
 [Setup]
 AppName=Expat