From: VMware, Inc <> Date: Thu, 17 Jun 2010 21:59:58 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.06.16-268169~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d26e8c4e05086d80909f22ef75b93b9f9b9101a2;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/loglevel_user.h b/open-vm-tools/lib/include/loglevel_user.h index 7ed4f61df..27c154d65 100644 --- a/open-vm-tools/lib/include/loglevel_user.h +++ b/open-vm-tools/lib/include/loglevel_user.h @@ -70,7 +70,7 @@ LOGLEVEL_VAR(pci_ehci), \ LOGLEVEL_VAR(ehci), \ LOGLEVEL_VAR(pci_xhci), \ - LOGLEVEL_VAR(xhci), \ + LOGLEVEL_VAR(usb_xhci), \ LOGLEVEL_VAR(usb), \ LOGLEVEL_VAR(vusbmouse), \ LOGLEVEL_VAR(vusbkeyboard), \ diff --git a/open-vm-tools/lib/include/vm_version.h b/open-vm-tools/lib/include/vm_version.h index a2f8c54a7..0f06fb865 100644 --- a/open-vm-tools/lib/include/vm_version.h +++ b/open-vm-tools/lib/include/vm_version.h @@ -229,9 +229,9 @@ #define VMSAFE_FILE_VERSION 1,1,0,PRODUCT_BUILD_NUMBER_NUMERIC #define VDDK_VERSION "1.1.0" #define VDDK_FILE_VERSION 1,1,0,PRODUCT_BUILD_NUMBER_NUMERIC -#define OVFTOOL_VERSION "1.0.0" +#define OVFTOOL_VERSION "2.0.1" #define VDM_CLIENT_VERSION "e.x.p" -#define OVFTOOL_VERSION "1.0.0" + // VMRC_PLUGIN_VERSION should match PLAYER_VERSION but can't be e.x.p #ifndef MAKESTR