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

A new bugfix release:

* configure.in: releasing 1.8.13 fixing the two previous bugs
Daniel
parent 3f8c46ae55e5
No related branches found
No related tags found
No related merge requests found
Mon May 14 12:35:30 CEST 2001 <Daniel.Veillard@imag.fr>
* configure.in: releasing 1.8.13 fixing the two previous bugs
Sat May 5 18:32:22 CEST 2001 <Daniel.Veillard@imag.fr> Sat May 5 18:32:22 CEST 2001 <Daniel.Veillard@imag.fr>
* entities.c: fixed a possible NULL pointer deref introduced on * entities.c: fixed a possible NULL pointer deref introduced on
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
LIBXML_MAJOR_VERSION=1 LIBXML_MAJOR_VERSION=1
LIBXML_MINOR_VERSION=8 LIBXML_MINOR_VERSION=8
LIBXML_MICRO_VERSION=12 LIBXML_MICRO_VERSION=13
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment