diff options
Diffstat (limited to 'libexslt/exslt.c')
-rw-r--r-- | libexslt/exslt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/exslt.c b/libexslt/exslt.c index 2dadce03..0bccf178 100644 --- a/libexslt/exslt.c +++ b/libexslt/exslt.c @@ -11,7 +11,7 @@ #include <libexslt/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; |