diff --git a/doc/mxml.3 b/doc/mxml.3 index 774f402..2872a60 100644 --- a/doc/mxml.3 +++ b/doc/mxml.3 @@ -1,4 +1,4 @@ -.TH mxml 3 "Mini-XML API" "2020-01-10" "Mini-XML API" +.TH mxml 3 "Mini-XML API" "2020-10-09" "Mini-XML API" .SH NAME mxml \- Mini-XML API .SH INCLUDE FILE diff --git a/doc/mxml.epub b/doc/mxml.epub index 26b2ea6..8846608 100644 Binary files a/doc/mxml.epub and b/doc/mxml.epub differ diff --git a/doc/mxml.html b/doc/mxml.html index 573fe45..0abf8f2 100644 --- a/doc/mxml.html +++ b/doc/mxml.html @@ -3,12 +3,27 @@
Michael R Sweet
-Copyright © 2003-2020, All Rights Reserved.
+Copyright © 2003-2020, All Rights Reserved.
The Mini-XML home page can be found at https://www.msweet.org/mxml. From there you can download the current version of Mini-XML, access the issue tracker, and find other resources.
The Mini-XML library is copyright © 2003-2019 by Michael R Sweet and is provided under the Apache License Version 2.0 with an exception to allow linking against GPL2/LGPL2-only software. See the files "LICENSE" and "NOTICE" for more information.
+The Mini-XML library is copyright © 2003-2019 by Michael R Sweet and is provided under the Apache License Version 2.0 with an exception to allow linking against GPL2/LGPL2-only software. See the files "LICENSE" and "NOTICE" for more information.
Mini-XML provides a single header file which you include:
#include <mxml.h>
diff --git a/vcnet/config.h b/vcnet/config.h
index 6a6d01a..2b96ee7 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -63,7 +63,7 @@
* Version number...
*/
-#define MXML_VERSION "Mini-XML v3.1"
+#define MXML_VERSION "Mini-XML v3.2"
/*
diff --git a/xcode/config.h b/xcode/config.h
index 01f449d..ebcc302 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -24,7 +24,7 @@
* Version number...
*/
-#define MXML_VERSION "Mini-XML v3.1"
+#define MXML_VERSION "Mini-XML v3.2"
/*