* configure.in libxslt/xsltwin32config.h: released 0.14.0
Daniel
+Fri Jul 6 01:43:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+ * configure.in libxslt/xsltwin32config.h: released 0.14.0
+
Fri Jul 6 01:00:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* doc/html/*: rebuilt docs before release
AC_INIT(libxslt/xslt.c)
LIBXSLT_MAJOR_VERSION=0
-LIBXSLT_MINOR_VERSION=13
+LIBXSLT_MINOR_VERSION=14
LIBXSLT_MICRO_VERSION=0
PACKAGE=libxslt
dnl find libxml
dnl
XML_CONFIG="xml2-config"
-LIBXML_REQUIRED_VERSION=2.3.12
+LIBXML_REQUIRED_VERSION=2.3.14
AC_MSG_CHECKING(for libxml libraries >= $LIBXML_REQUIRED_VERSION)
if test "x$LIBXML_PREFIX" != "x"
then
*
* the version string like "1.2.3"
*/
-#define LIBXSLT_DOTTED_VERSION "0.13.0"
+#define LIBXSLT_DOTTED_VERSION "0.14.0"
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
-#define LIBXSLT_VERSION 1300
+#define LIBXSLT_VERSION 1400
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
-#define LIBXSLT_VERSION_STRING "1300"
+#define LIBXSLT_VERSION_STRING "1400"
/**
* WITH_XSLT_DEBUG: