]> granicus.if.org Git - libexpat/commitdiff
Bump version from 2.2.7 to 2.2.8
authorSebastian Pipping <sebastian@pipping.org>
Fri, 13 Sep 2019 19:49:44 +0000 (21:49 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Fri, 13 Sep 2019 20:03:21 +0000 (22:03 +0200)
expat/CMake.README
expat/CMakeLists.txt
expat/README.md
expat/expat.spec
expat/lib/expat.h
expat/lib/xmlparse.c
expat/tests/runtests.c
expat/win32/expat.iss

index 7ab3a625c24f4e3c38a166da0961778736caadf2..13efce81a5677a04b0e72cce1e13729aaf4766b5 100644 (file)
@@ -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
index c5c2ba63b1d77e057b287ee714cf756bb517eef7..0c49c2f52df4f5c6aebc66cf829c0c511a6540b2 100644 (file)
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.1.3)
 
 project(expat
     VERSION
-        2.2.7
+        2.2.8
     LANGUAGES
         C
 )
index 345219d1356126cb99fbff1c25f9ab79252b7357..951bf8bd57b901e3cff687d80874d6d320c12e7e 100644 (file)
@@ -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.
index 634dfafdd8767cead94ea9022463db2f8e74869d..3cdc5505dc75efba5c4b320d0a0e7274c8f63fe2 100644 (file)
@@ -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.
index 6773ee484f86dff2cb53ad616be889a1b8e94a7b..6c8eb1fda4a30c3ea1bc4893f4865d79f74325f1 100644 (file)
@@ -1015,7 +1015,7 @@ XML_GetFeatureList(void);
 */
 #define XML_MAJOR_VERSION 2
 #define XML_MINOR_VERSION 2
-#define XML_MICRO_VERSION 7
+#define XML_MICRO_VERSION 8
 
 #ifdef __cplusplus
 }
index c29a6449db592fda99b9f9c4b1341d703d11ce2d..e740f0e19c7d4a1b7a36b46491a2157da334f408 100644 (file)
@@ -1,4 +1,4 @@
-/* 69df5be70289a11fb834869ce4a91c23c1d9dd04baffcbd10e86742d149a080c (2.2.7+)
+/* f2d0ab6d1d4422a08cf1cf3bbdfba96b49dea42fb5ff4615e03a2a25c306e769 (2.2.8+)
                             __  __            _
                          ___\ \/ /_ __   __ _| |_
                         / _ \\  /| '_ \ / _` | __|
index 65748a2a12b17d44293710aa83543194e285e06a..176a5e5fa75cf9786b4e2e275b08b3672a359a85 100644 (file)
@@ -7329,7 +7329,7 @@ START_TEST(test_misc_version) {
     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
index 3aaebe9e7b13be05165e16da4083b1f7d0ea7a7d..835bd28fb22a6717dd5858d92b46a32f49de88fb 100644 (file)
@@ -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