Fix minor version in header (Issue #285)

This commit is contained in:
Michael R Sweet 2021-06-23 10:40:09 -04:00
parent 990d4b54ea
commit c44aa254cc
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Changes in Mini-XML 3.2.1
- Fixed `MXML_MINOR_VERSION` value in "mxml.h" (Issue #285)
# Changes in Mini-XML 3.2
- Added support for shared libraries on Haiku (Issue #262)

4
mxml.h
View File

@ -3,7 +3,7 @@
*
* https://www.msweet.org/mxml
*
* Copyright © 2003-2019 by Michael R Sweet.
* Copyright © 2003-2021 by Michael R Sweet.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more
* information.
@ -32,7 +32,7 @@
*/
# define MXML_MAJOR_VERSION 3 /* Major version number */
# define MXML_MINOR_VERSION 1 /* Minor version number */
# define MXML_MINOR_VERSION 2 /* Minor version number */
# define MXML_TAB 8 /* Tabs every N columns */