Fix version in header.

pull/193/head
Michael R Sweet 8 years ago
parent 5f74dc2124
commit a4e295ba41
  1. 1
      CHANGES
  2. 4
      mxml.h

@ -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

@ -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…
Cancel
Save