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

- configure.in include/libxml/xmlwin32version.h: released 2.3.13

- Makefile.am example/Makefile.am: workaround automake generating
  erroneous deps
Daniel
This commit is contained in:
Daniel Veillard
2001-06-28 16:18:11 +00:00
parent 12f7d29420
commit b37ecd0e51
6 changed files with 33 additions and 28 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.12"
#define LIBXML_VERSION 20312
#define LIBXML_VERSION_STRING "20312"
#define LIBXML_TEST_VERSION xmlCheckVersion(20312);
#define LIBXML_DOTTED_VERSION "2.3.13"
#define LIBXML_VERSION 20313
#define LIBXML_VERSION_STRING "20313"
#define LIBXML_TEST_VERSION xmlCheckVersion(20313);
/**
* WITH_TRIO: