]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 18 Nov 2010 22:53:04 +0000 (14:53 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 18 Nov 2010 22:53:04 +0000 (14:53 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_version.h

index af1577e113e3ed875a6c27fde2a5664dce7094c2..ea51f6eaaec01930b0c73ecd238fd103f62efa18 100644 (file)
 
 #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
 
  * 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"