diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-08-18 21:27:08 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-08-18 21:27:08 +0000 |
commit | 42e56fe78f8c25dc8d6f15a09c2844317c8745ec (patch) | |
tree | 0bf65b9a07e179d9838e6140e3aa666936837c52 /libexslt/exslt.c | |
parent | 0a78ff02f056869dc48049eba19209abd72ed060 (diff) | |
download | libxslt-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.c | 3 |
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; |