mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-07-15 13:22:08 +00:00
Fix version in header.
This commit is contained in:
parent
5f74dc2124
commit
a4e295ba41
1
CHANGES
1
CHANGES
@ -3,6 +3,7 @@ CHANGES - 2016-06-12
|
||||
|
||||
CHANGES IN Mini-XML 2.10
|
||||
|
||||
- The version number in mxml.h was wrong (Bug #532)
|
||||
- mxmlDelete used a recursive algorithm which could require large
|
||||
amounts of stack space depending on the file (Bug #549, CVE-2016-4570)
|
||||
- mxmlWrite* used a recursive algorithm which could require large
|
||||
|
4
mxml.h
4
mxml.h
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Header file for Mini-XML, a small XML-like file parsing library.
|
||||
*
|
||||
* Copyright 2003-2014 by Michael R Sweet.
|
||||
* Copyright 2003-2016 by Michael R Sweet.
|
||||
*
|
||||
* These coded instructions, statements, and computer programs are the
|
||||
* property of Michael R Sweet and are protected by Federal copyright
|
||||
@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
# define MXML_MAJOR_VERSION 2 /* Major version number */
|
||||
# define MXML_MINOR_VERSION 8 /* Minor version number */
|
||||
# define MXML_MINOR_VERSION 10 /* Minor version number */
|
||||
|
||||
# define MXML_TAB 8 /* Tabs every N columns */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user