diff options
author | Daniel Veillard <veillard@redhat.com> | 2007-07-24 15:58:41 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2007-07-24 15:58:41 +0000 |
commit | d2cf974b6e680020fba20fbd6f733c8377bcd667 (patch) | |
tree | 400b8b626889e92090572325b36700e9bb1e38d9 | |
parent | * libvirt.spec.in NEWS docs/* po/*: preparing release 0.3.1 (diff) | |
download | libvirt-d2cf974b6e680020fba20fbd6f733c8377bcd667.tar.gz libvirt-d2cf974b6e680020fba20fbd6f733c8377bcd667.tar.bz2 libvirt-d2cf974b6e680020fba20fbd6f733c8377bcd667.zip |
Oops forgot to rev in configure.in, Danielv0.3.1LIBVIRT_0_3_1
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | include/libvirt/libvirt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 78a772c3c..9b454b59f 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 9e97e5a3b..612579579 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, |