From: VMware, Inc <> Date: Sat, 28 May 2011 20:18:21 +0000 (-0700) Subject: Bump VMCI and vsock major version. X-Git-Tag: 2011.05.27-420096~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aab719b736cfaa33819e429d3ceb44c064be66ce;p=thirdparty%2Fopen-vm-tools.git Bump VMCI and vsock major version. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/vmci/linux/vmci_version.h b/open-vm-tools/modules/linux/vmci/linux/vmci_version.h index 3f11d069d..ca9abfc9d 100644 --- a/open-vm-tools/modules/linux/vmci/linux/vmci_version.h +++ b/open-vm-tools/modules/linux/vmci/linux/vmci_version.h @@ -25,8 +25,8 @@ #ifndef _VMCI_VERSION_H_ #define _VMCI_VERSION_H_ -#define VMCI_DRIVER_VERSION 9.1.17.0 -#define VMCI_DRIVER_VERSION_COMMAS 9,1,17,0 -#define VMCI_DRIVER_VERSION_STRING "9.1.17.0" +#define VMCI_DRIVER_VERSION 9.2.0.0 +#define VMCI_DRIVER_VERSION_COMMAS 9,2,0,0 +#define VMCI_DRIVER_VERSION_STRING "9.2.0.0" #endif /* _VMCI_VERSION_H_ */ diff --git a/open-vm-tools/modules/linux/vsock/linux/vsock_version.h b/open-vm-tools/modules/linux/vsock/linux/vsock_version.h index f3a0daa39..b2390228d 100644 --- a/open-vm-tools/modules/linux/vsock/linux/vsock_version.h +++ b/open-vm-tools/modules/linux/vsock/linux/vsock_version.h @@ -25,8 +25,8 @@ #ifndef _VSOCK_VERSION_H_ #define _VSOCK_VERSION_H_ -#define VSOCK_DRIVER_VERSION 9.1.1.0 -#define VSOCK_DRIVER_VERSION_COMMAS 9,1,1,0 -#define VSOCK_DRIVER_VERSION_STRING "9.1.1.0" +#define VSOCK_DRIVER_VERSION 9.2.0.0 +#define VSOCK_DRIVER_VERSION_COMMAS 9,2,0,0 +#define VSOCK_DRIVER_VERSION_STRING "9.2.0.0" #endif /* _VSOCK_VERSION_H_ */