aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2007-03-16 22:26:55 +0000
committerDaniel Veillard <veillard@redhat.com>2007-03-16 22:26:55 +0000
commitb50353f80f91db5343c3a59565b1b5d84a14fd3c (patch)
tree4d9de1e43a0f002cf0cded15913409f97f05122c
parent* NEWS libvirt.spec.in docs/libvir.html docs/news.html: preparing (diff)
downloadlibvirt-LIBVIRT_0_2_1.tar.gz
libvirt-LIBVIRT_0_2_1.tar.bz2
libvirt-LIBVIRT_0_2_1.zip
last changes for 0.2.1, danielv0.2.1LIBVIRT_0_2_1
-rw-r--r--configure.in2
-rw-r--r--include/libvirt/libvirt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3ef27757c..d67d0a667 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 0da97ab0e..a1576a96c 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,