]> 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 19:12:00 +0000 (12:12 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 19 Oct 2010 19:12:00 +0000 (12:12 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_version.h

index b96b578f41e3ed8d0117c9a4f7ea209f151d986e..7b2d9737974a9827f0b7d02dd389fdb57dd43397 100644 (file)
 
 #define USB_ARBITRATOR_VERSION_MAJOR 8
 #define USB_ARBITRATOR_VERSION_MINOR 1
-#define USB_ARBITRATOR_VERSION_Z     7 
+#define USB_ARBITRATOR_VERSION_Z     8 
 #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.7"
+#define USB_ARBITRATOR_COMPONENT_VERSION_NUMBER "8.1.8"
 
 #ifdef VMX86_VPX
 #define VIM_API_TYPE "VirtualCenter"