summaryrefslogtreecommitdiff
path: root/libexslt/exslt.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-08-18 21:27:08 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-08-18 21:27:08 +0000
commit42e56fe78f8c25dc8d6f15a09c2844317c8745ec (patch)
tree0bf65b9a07e179d9838e6140e3aa666936837c52 /libexslt/exslt.c
parent0a78ff02f056869dc48049eba19209abd72ed060 (diff)
downloadlibxslt-42e56fe78f8c25dc8d6f15a09c2844317c8745ec.tar.gz
libxslt-42e56fe78f8c25dc8d6f15a09c2844317c8745ec.tar.bz2
libxslt-42e56fe78f8c25dc8d6f15a09c2844317c8745ec.zip
added some code to include the CVS ChangeLog version in the version
* configure.in libxslt/xsltconfig.h.in libxslt/xslt.c libxslt/xsltwin32config.* libexslt/exsltconfig.h.in libexslt/exslt.c: added some code to include the CVS ChangeLog version in the version strings available for printing (e.g. by xsltproc)
Diffstat (limited to 'libexslt/exslt.c')
-rw-r--r--libexslt/exslt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexslt/exslt.c b/libexslt/exslt.c
index 4db8f454..36a87e4c 100644
--- a/libexslt/exslt.c
+++ b/libexslt/exslt.c
@@ -19,7 +19,8 @@
#include "exsltconfig.h"
#include "exslt.h"
-const char *exsltLibraryVersion = LIBEXSLT_VERSION_STRING;
+const char *exsltLibraryVersion = LIBEXSLT_VERSION_STRING
+ LIBEXSLT_VERSION_EXTRA;
const int exsltLibexsltVersion = LIBEXSLT_VERSION;
const int exsltLibxsltVersion = LIBXSLT_VERSION;
const int exsltLibxmlVersion = LIBXML_VERSION;