From: VMware, Inc <> Date: Thu, 18 Nov 2010 22:53:04 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.11.17-327185~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59517c9bb15165c992df39f323c78e49fc4be12c;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vm_version.h b/open-vm-tools/lib/include/vm_version.h index af1577e11..ea51f6eaa 100644 --- a/open-vm-tools/lib/include/vm_version.h +++ b/open-vm-tools/lib/include/vm_version.h @@ -276,7 +276,7 @@ #define USB_ARBITRATOR_VERSION_MAJOR 8 #define USB_ARBITRATOR_VERSION_MINOR 1 -#define USB_ARBITRATOR_VERSION_Z 11 +#define USB_ARBITRATOR_VERSION_Z 13 #define USB_ARBITRATOR_VERSION_BASE USB_ARBITRATOR_VERSION_MAJOR.\ USB_ARBITRATOR_VERSION_MINOR @@ -291,7 +291,7 @@ * USB Arbitrator Component version. This version is used by the linux * installer. See USB_ARBITRATOR_COMPONENT_VERSION_NUMBER in mk/defs-onetime.mk */ -#define USB_ARBITRATOR_COMPONENT_VERSION_NUMBER "8.1.11" +#define USB_ARBITRATOR_COMPONENT_VERSION_NUMBER "8.1.13" #ifdef VMX86_VPX #define VIM_API_TYPE "VirtualCenter"