From: Daniel Veillard Date: Tue, 24 Jul 2007 15:58:41 +0000 (+0000) Subject: Oops forgot to rev in configure.in, Daniel X-Git-Tag: LIBVIRT_0_3_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cf974b6e680020fba20fbd6f733c8377bcd667;p=thirdparty%2Flibvirt.git Oops forgot to rev in configure.in, Daniel --- diff --git a/configure.in b/configure.in index 78a772c3c4..9b454b59fa 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIRT_MAJOR_VERSION=0 LIBVIRT_MINOR_VERSION=3 -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 9e97e5a3b6..6125795797 100644 --- a/include/libvirt/libvirt.h +++ b/include/libvirt/libvirt.h @@ -243,7 +243,7 @@ typedef virNodeInfo *virNodeInfoPtr; * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 3000 +#define LIBVIR_VERSION_NUMBER 3001 int virGetVersion (unsigned long *libVer, const char *type,