released 0.14.0 Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 5 Jul 2001 23:44:43 +0000 (23:44 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 5 Jul 2001 23:44:43 +0000 (23:44 +0000)
* configure.in libxslt/xsltwin32config.h: released 0.14.0
Daniel

ChangeLog
configure.in
libxslt/xsltwin32config.h

index 83fbb05..52e1317 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 6250df2..c12a663 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT(libxslt/xslt.c)
 
 LIBXSLT_MAJOR_VERSION=0
-LIBXSLT_MINOR_VERSION=13
+LIBXSLT_MINOR_VERSION=14
 LIBXSLT_MICRO_VERSION=0
 PACKAGE=libxslt
 
@@ -126,7 +126,7 @@ dnl
 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
index cc46a08..cfca0dc 100644 (file)
@@ -21,21 +21,21 @@ extern "C" {
  *
  * 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: