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

cleanup updated with 2.4.8 Daniel

* libxml.spec.in: cleanup
* include/libxml/xmlwin32version.h: updated with 2.4.8
Daniel
This commit is contained in:
Daniel Veillard
2001-11-04 22:13:45 +00:00
parent ed421aa666
commit ea89828b38
3 changed files with 81 additions and 80 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.7"
#define LIBXML_DOTTED_VERSION "2.4.8"
/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
#define LIBXML_VERSION 20407
#define LIBXML_VERSION 20408
/**
* LIBXML_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
#define LIBXML_VERSION_STRING "20407"
#define LIBXML_VERSION_STRING "20408"
/**
* 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(20407);
#define LIBXML_TEST_VERSION xmlCheckVersion(20408);
#if 0
/**