]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 20 Sep 2010 17:54:59 +0000 (10:54 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 20 Sep 2010 17:54:59 +0000 (10:54 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_version.h

index 1b3ce47791cf7f4e755e5d73bdc604d1f5caa404..a076468ee19e93f05fb0732f7ca1d9de91fd2e93 100644 (file)
  */
 #define TOOLS_VERSION TOOLS_VERSION_CURRENT_STR
 
+#define USB_ARBITRATOR_VERSION_MAJOR 8
+#define USB_ARBITRATOR_VERSION_MINOR 0
+#define USB_ARBITRATOR_VERSION_Z     1
+#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 encompasses the USB Arbitrator, hcmon, and
- * vmusb. This is used by the installer to determine if an upgrade should take place. The
- * major version should be bumped with every major hosted release (and the minor to 0)
- * while the minor version should be bumped with each change affecting the USB Arbitrator.
+ * 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 "2.9"
+#define USB_ARBITRATOR_COMPONENT_VERSION_NUMBER "8.0.1"
 
 #ifdef VMX86_VPX
 #define VIM_API_TYPE "VirtualCenter"