summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-10-11 19:36:45 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-10-11 19:36:45 +0000
commit7f5d41168563ac05d13c5ca190ddb87676cad8cd (patch)
treecbd41a549319e3cd73134f1adefa2474ad75febb /libxslt/xsltconfig.h.in
parentcfbfb3b02042cf9c711c386a3c4cd717e536c3f2 (diff)
downloadlibxslt-7f5d41168563ac05d13c5ca190ddb87676cad8cd.tar.gz
a missing DESTDIR fix reference to build paths in python module fix the
* libxslt/Makefile.am: a missing DESTDIR * python/Makefile.am: fix reference to build paths in python module * libexslt/exsltconfig.h.in libxslt/xsltconfig.h.in: fix the header comments on version values, the 3 are patches from Peter Breitenlohner and should fix #340995 Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 5e5687e8..bd35c08b 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -25,14 +25,14 @@ extern "C" {
/**
* LIBXSLT_VERSION:
*
- * the version number: 1.2.3 value is 1002003
+ * the version number: 1.2.3 value is 10203
*/
#define LIBXSLT_VERSION @LIBXSLT_VERSION_NUMBER@
/**
* LIBXSLT_VERSION_STRING:
*
- * the version number string, 1.2.3 value is "1002003"
+ * the version number string, 1.2.3 value is "10203"
*/
#define LIBXSLT_VERSION_STRING "@LIBXSLT_VERSION_NUMBER@"