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

release of 2.4.0 updated the docs Daniel

* configure.in include/libxml/xmlwin32version.h: release of 2.4.0
* doc/xml.html doc/html/*:  updated the docs
Daniel
This commit is contained in:
Daniel Veillard
2001-07-10 15:49:44 +00:00
parent 04e2daec15
commit 09ab7e1c1c
17 changed files with 1078 additions and 1053 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.14"
#define LIBXML_VERSION 20314
#define LIBXML_VERSION_STRING "20314"
#define LIBXML_TEST_VERSION xmlCheckVersion(20314);
#define LIBXML_DOTTED_VERSION "2.4.0"
#define LIBXML_VERSION 20400
#define LIBXML_VERSION_STRING "20400"
#define LIBXML_TEST_VERSION xmlCheckVersion(20400);
/**
* WITH_TRIO: