summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-09-26 18:57:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-09-26 18:57:20 +0000
commitd28ad32c740b0313400491956791e4fc55d17f39 (patch)
treef21ff02f05210d0bbfea64022a4cd8a1c8dae005
parent4904c8d58524831f005ff996b547cef072e3e14e (diff)
downloadlibxslt-d28ad32c740b0313400491956791e4fc55d17f39.tar.gz
Forgot to bump the release number, don't drink-release :-( !LIBXSLT_1_0_21
Daniel
-rw-r--r--configure.in4
-rw-r--r--libxslt/xsltwin32config.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 0e1cb498..5e85be7d 100644
--- a/configure.in
+++ b/configure.in
@@ -6,11 +6,11 @@ dnl libexslt is an extension
dnl
LIBXSLT_MAJOR_VERSION=1
LIBXSLT_MINOR_VERSION=0
-LIBXSLT_MICRO_VERSION=20
+LIBXSLT_MICRO_VERSION=21
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7
-LIBEXSLT_MICRO_VERSION=11
+LIBEXSLT_MICRO_VERSION=12
LIBXML_REQUIRED_VERSION=2.4.23
diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h
index 56718ab0..2a6dadad 100644
--- a/libxslt/xsltwin32config.h
+++ b/libxslt/xsltwin32config.h
@@ -21,21 +21,21 @@ extern "C" {
*
* the version string like "1.2.3"
*/
-#define LIBXSLT_DOTTED_VERSION "1.0.20"
+#define LIBXSLT_DOTTED_VERSION "1.0.21"
/**
* LIBXSLT_VERSION:
*
* the version number: 1.2.3 value is 1002003
*/
-#define LIBXSLT_VERSION 10020
+#define LIBXSLT_VERSION 10021
/**
* LIBXSLT_VERSION_STRING:
*
* the version number string, 1.2.3 value is "1002003"
*/
-#define LIBXSLT_VERSION_STRING "10020"
+#define LIBXSLT_VERSION_STRING "10021"
/**
* WITH_XSLT_DEBUG: