]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 19 Oct 2010 18:39:52 +0000 (11:39 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 19 Oct 2010 18:39:52 +0000 (11:39 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_version.h

index 2a6586b85015ab0878c5cdeaf18e227d8f0bd962..9be51ca64d103a6f9fd65de1f0e68e39bf3fe455 100644 (file)
 
 #define USB_ARBITRATOR_VERSION_MAJOR 8
 #define USB_ARBITRATOR_VERSION_MINOR 0
-#define USB_ARBITRATOR_VERSION_Z     3
+#define USB_ARBITRATOR_VERSION_Z     4
 #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.0.3"
+#define USB_ARBITRATOR_COMPONENT_VERSION_NUMBER "8.0.4"
 
 #ifdef VMX86_VPX
 #define VIM_API_TYPE "VirtualCenter"