From: VMware, Inc <> Date: Tue, 13 Mar 2012 20:09:08 +0000 (-0700) Subject: Bump the major version again... X-Git-Tag: 2012.03.13-651368~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2e7fec3bf64b526a5635afc8655e6025f8be197;p=thirdparty%2Fopen-vm-tools.git Bump the major version again... ...cos we missed one release. Signed-off-by: Dmitry Torokhov --- 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 61f255329..8d67cc2fc 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.4.3.0 -#define VMCI_DRIVER_VERSION_COMMAS 9,4,3,0 -#define VMCI_DRIVER_VERSION_STRING "9.4.3.0" +#define VMCI_DRIVER_VERSION 9.5.0.0 +#define VMCI_DRIVER_VERSION_COMMAS 9,5,0,0 +#define VMCI_DRIVER_VERSION_STRING "9.5.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 2ac62feb0..5456b1091 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.4.0.0 -#define VSOCK_DRIVER_VERSION_COMMAS 9,4.0,0 -#define VSOCK_DRIVER_VERSION_STRING "9.4.0.0" +#define VSOCK_DRIVER_VERSION 9.5.0.0 +#define VSOCK_DRIVER_VERSION_COMMAS 9,5.0,0 +#define VSOCK_DRIVER_VERSION_STRING "9.5.0.0" #endif /* _VSOCK_VERSION_H_ */