diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libvirt.h | 2 | ||||
-rw-r--r-- | include/libvirt/libvirt.h | 2 |
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, |