From: VMware, Inc <> Date: Wed, 14 Mar 2012 18:00:05 +0000 (-0700) Subject: USB Arbitrator: split version into vm_usbarb_version.h X-Git-Tag: 2012.03.13-651368~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0114aabd54bf2db4556563b7149c4fbbdec3d87b;p=thirdparty%2Fopen-vm-tools.git USB Arbitrator: split version into vm_usbarb_version.h I swear that half of changes in open-vm-tools repositoty are due to arbitrator version updates recorded in vm_version.h. Let's split it out into vm_usbarb_version.h that we do not need to ship to make my job easier. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/vm_version.h b/open-vm-tools/lib/include/vm_version.h index 2fbcaaf28..e4fd2528f 100644 --- a/open-vm-tools/lib/include/vm_version.h +++ b/open-vm-tools/lib/include/vm_version.h @@ -307,26 +307,6 @@ */ #define TOOLS_VERSION TOOLS_VERSION_CURRENT_STR -#define USB_ARBITRATOR_VERSION_MAJOR 10 -#define USB_ARBITRATOR_VERSION_MINOR 0 -#define USB_ARBITRATOR_VERSION_Z 37 - -#define USB_ARBITRATOR_VERSION_BASE USB_ARBITRATOR_VERSION_MAJOR.\ - USB_ARBITRATOR_VERSION_MINOR - -#define USB_ARBITRATOR_VERSION_STRING \ - XSTR(USB_ARBITRATOR_VERSION_BASE) "." XSTR(USB_ARBITRATOR_VERSION_Z) "." \ - BUILD_NUMBER_NUMERIC_STRING -#define USB_ARBITRATOR_VERSION_COMMAS \ - USB_ARBITRATOR_VERSION_MAJOR,USB_ARBITRATOR_VERSION_MINOR,\ - USB_ARBITRATOR_VERSION_Z - -/* - * 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 "10.0.37" - #ifdef VMX86_VPX #define VIM_API_TYPE "VirtualCenter" #else