summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-28 14:22:33 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-28 14:22:33 +0000
commit714532355f00bae2b820d53f5299e258b5078afd (patch)
tree853a12205464587435a19c026264f3d62f21f076 /include
parent6c5a22572518483cadaa2dea80e23fffa1578ca4 (diff)
downloadlibvirt-714532355f00bae2b820d53f5299e258b5078afd.tar.gz
* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:
preparing release 0.0.6 Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libvirt.h2
-rw-r--r--include/libvirt/libvirt.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/libvirt.h b/include/libvirt.h
index e429c969fa..2e9f995cf7 100644
--- a/include/libvirt.h
+++ b/include/libvirt.h
@@ -167,7 +167,7 @@ typedef enum {
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 5
+#define LIBVIR_VERSION_NUMBER 6
int virGetVersion (unsigned long *libVer,
const char *type,
diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h
index e429c969fa..2e9f995cf7 100644
--- a/include/libvirt/libvirt.h
+++ b/include/libvirt/libvirt.h
@@ -167,7 +167,7 @@ typedef enum {
* version * 1,000,000 + minor * 1000 + micro
*/
-#define LIBVIR_VERSION_NUMBER 5
+#define LIBVIR_VERSION_NUMBER 6
int virGetVersion (unsigned long *libVer,
const char *type,