* configure.in libvirt.spec.in docs/* NEWS: preparing release of

libvirt-0.1.3
* src/xend_internal.c: uninitialized var and disable TCP slow start
Daniel
This commit is contained in:
Daniel Veillard
2006-07-11 16:57:03 +00:00
parent 0cf5ee2325
commit 0798941a85
13 changed files with 68 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ AC_CANONICAL_HOST
LIBVIRT_MAJOR_VERSION=0
LIBVIRT_MINOR_VERSION=1
LIBVIRT_MICRO_VERSION=2
LIBVIRT_MICRO_VERSION=3
LIBVIRT_MICRO_VERSION_SUFFIX=
LIBVIRT_VERSION=$LIBVIRT_MAJOR_VERSION.$LIBVIRT_MINOR_VERSION.$LIBVIRT_MICRO_VERSION$LIBVIRT_MICRO_VERSION_SUFFIX
LIBVIRT_VERSION_INFO=`expr $LIBVIRT_MAJOR_VERSION + $LIBVIRT_MINOR_VERSION`:$LIBVIRT_MICRO_VERSION:$LIBVIRT_MINOR_VERSION