mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 03:15:30 +00:00
Fix minor version in header (Issue #285)
This commit is contained in:
parent
990d4b54ea
commit
c44aa254cc
@ -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
4
mxml.h
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user