1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

- configure.in doc/xml.html include/libxml/xmlwin32version.h:

release of 2.3.12
- parser.c: make an error message if unknow entities in all cases
Daniel
This commit is contained in:
Daniel Veillard
2001-06-26 16:08:24 +00:00
parent fcbd74a2d0
commit 1164810d66
5 changed files with 29 additions and 9 deletions

View File

@ -18,10 +18,10 @@ extern "C" {
* use those to be sure nothing nasty will happen if
* your library and includes mismatch
*/
#define LIBXML_DOTTED_VERSION "2.3.11"
#define LIBXML_VERSION 20311
#define LIBXML_VERSION_STRING "20311"
#define LIBXML_TEST_VERSION xmlCheckVersion(20311);
#define LIBXML_DOTTED_VERSION "2.3.12"
#define LIBXML_VERSION 20312
#define LIBXML_VERSION_STRING "20312"
#define LIBXML_TEST_VERSION xmlCheckVersion(20312);
/**
* WITH_TRIO: