summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-17 11:25:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-17 11:25:09 +0000
commit9083db034094cd8eb985ac0e677abe24bd0c8913 (patch)
tree3ce5ba7d6b397ea04e0aa20bfb1454738de41fe1 /libxslt/xsltconfig.h.in
parentd7cfe763a92bca1f90309fdb5b7a7488ae7d475a (diff)
downloadlibxslt-9083db034094cd8eb985ac0e677abe24bd0c8913.tar.gz
- configure.in: preparing 0.12.0 releaseLIBXSLT_0_12_0
- libxslt/transform.c: a bit of cleanup on the XInclude defaults - libxslt/xsltconfig.h.in: added doc inline comment - libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations and enriched xsltproc --version to show them - doc/html/*.html: rebuilt the docs - doc/Makefile.am libxslt.spec.in: try to make sure John Fleck tutorial ends up in the tars and RPMs Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 13e7f948..69143ba0 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -15,8 +15,25 @@
extern "C" {
#endif
+/**
+ * LIBXSLT_DOTTED_VERSION:
+ *
+ * the version string like "1.2.3"
+ */
#define LIBXSLT_DOTTED_VERSION "@VERSION@"
+
+/**
+ * LIBXSLT_VERSION:
+ *
+ * the version number: 1.2.3 value is 1002003
+ */
#define LIBXSLT_VERSION @LIBXSLT_VERSION_NUMBER@
+
+/**
+ * LIBXSLT_VERSION_STRING:
+ *
+ * the version number string, 1.2.3 value is "1002003"
+ */
#define LIBXSLT_VERSION_STRING "@LIBXSLT_VERSION_NUMBER@"
/**