From: Daniel Veillard Date: Fri, 16 Mar 2007 22:26:55 +0000 (+0000) Subject: last changes for 0.2.1, daniel X-Git-Tag: LIBVIRT_0_2_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50353f80f91db5343c3a59565b1b5d84a14fd3c;p=thirdparty%2Flibvirt.git last changes for 0.2.1, daniel --- diff --git a/configure.in b/configure.in index 3ef27757cc..d67d0a667a 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 LIBVIRT_MINOR_VERSION=2 -LIBVIRT_MICRO_VERSION=0 +LIBVIRT_MICRO_VERSION=1 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 diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h index 0da97ab0ec..a1576a96c5 100644 --- a/include/libvirt/libvirt.h +++ b/include/libvirt/libvirt.h @@ -214,7 +214,7 @@ typedef virNodeInfo *virNodeInfoPtr; * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 2000 +#define LIBVIR_VERSION_NUMBER 2001 int virGetVersion (unsigned long *libVer, const char *type,