summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-19 20:33:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-19 20:33:55 +0000
commit66746536df187cb17bc5b60ff2e12f84aa0d3b47 (patch)
tree5f26534ebc559721711167f380ab16c4e5dc057b /libxslt/xsltconfig.h.in
parent0643448255e9918a7bf81dc8577b0f8225a4e047 (diff)
downloadlibxslt-66746536df187cb17bc5b60ff2e12f84aa0d3b47.tar.gz
- libxslt/xslt.[ch] libxslt/xsltconfig.h.in libxslt/xsltproc.c:
added --version info to xsltproc closing #54952 Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 63ec2593..13e7f948 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -15,6 +15,10 @@
extern "C" {
#endif
+#define LIBXSLT_DOTTED_VERSION "@VERSION@"
+#define LIBXSLT_VERSION @LIBXSLT_VERSION_NUMBER@
+#define LIBXSLT_VERSION_STRING "@LIBXSLT_VERSION_NUMBER@"
+
/**
* WITH_XSLT_DEBUG:
*