summaryrefslogtreecommitdiff
path: root/include/libxml/xmlwin32version.h.in
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-08-18 21:08:46 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-08-18 21:08:46 +0000
commitf4025492f51c976edecd92deba5581dab2687773 (patch)
tree5d1b66055ebbcea1d1ddea6dbe13a28d7892649f /include/libxml/xmlwin32version.h.in
parent3cef119005159c12167770acb7ce4fbaaa6b3d89 (diff)
downloadlibxml2-f4025492f51c976edecd92deba5581dab2687773.tar.gz
added some code to include the CVS ChangeLog version in the
* configure.in globals.c include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: added some code to include the CVS ChangeLog version in the xmlParserVersion string (printed by xmllint with --version)
Diffstat (limited to 'include/libxml/xmlwin32version.h.in')
-rw-r--r--include/libxml/xmlwin32version.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libxml/xmlwin32version.h.in b/include/libxml/xmlwin32version.h.in
index 7554966a..da76f74b 100644
--- a/include/libxml/xmlwin32version.h.in
+++ b/include/libxml/xmlwin32version.h.in
@@ -45,6 +45,13 @@ extern void xmlCheckVersion(int version);
#define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"
/**
+ * LIBXML_VERSION_EXTRA:
+ *
+ * extra version information, used to show a CVS compilation
+ */
+#define LIBXML_VERSION_EXTRA "@LIBXML_VERSION_EXTRA@"
+
+/**
* LIBXML_TEST_VERSION:
*
* Macro to check that the libxml version in use is compatible with