Skip to content
Snippets Groups Projects
Commit 36caa64c1122 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

Forgot to bump the release number, don't drink-release :-( !

Daniel
parent 33d42f80017c
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
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
......@@ -10,7 +10,7 @@
PACKAGE=libxslt
LIBEXSLT_MAJOR_VERSION=0
LIBEXSLT_MINOR_VERSION=7
LIBEXSLT_MICRO_VERSION=11
LIBEXSLT_MICRO_VERSION=12
LIBXML_REQUIRED_VERSION=2.4.23
......
......@@ -21,10 +21,10 @@
*
* 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
*/
......@@ -25,13 +25,13 @@
/**
* 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"
*/
......@@ -32,10 +32,10 @@
/**
* 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment