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

preparing 2.4.19 rebuilt the docs Daniel

* configure.in: preparing 2.4.19
* doc/*: rebuilt the docs
Daniel
This commit is contained in:
Daniel Veillard
2002-03-25 16:48:03 +00:00
parent 56b2db7478
commit 192740927a
24 changed files with 443 additions and 362 deletions

View File

@ -27,21 +27,21 @@ extern void xmlCheckVersion(int version);
*
* the version string like "1.2.3"
*/
#define LIBXML_DOTTED_VERSION "2.4.18"
#define LIBXML_DOTTED_VERSION "2.4.19"
/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
#define LIBXML_VERSION 20418
#define LIBXML_VERSION 20419
/**
* LIBXML_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
#define LIBXML_VERSION_STRING "20418"
#define LIBXML_VERSION_STRING "20419"
/**
* LIBXML_TEST_VERSION:
@ -49,7 +49,7 @@ extern void xmlCheckVersion(int version);
* Macro to check that the libxml version in use is compatible with
* the version the software has been compiled against
*/
#define LIBXML_TEST_VERSION xmlCheckVersion(20418);
#define LIBXML_TEST_VERSION xmlCheckVersion(20419);
#if 0
/**