From: VMware, Inc <> Date: Mon, 20 Dec 2010 21:45:28 +0000 (-0800) Subject: Align VMCI guest driver and library versions X-Git-Tag: 2010.12.19-339835~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b66e98fb89370e7fc97c2fdc7af94c8872881bb;p=thirdparty%2Fopen-vm-tools.git Align VMCI guest driver and library versions Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/modules/linux/vmci/vmci_version.h b/open-vm-tools/modules/linux/vmci/vmci_version.h index 9758b43a6..b99d70278 100644 --- a/open-vm-tools/modules/linux/vmci/vmci_version.h +++ b/open-vm-tools/modules/linux/vmci/vmci_version.h @@ -25,8 +25,8 @@ #ifndef _VMCI_VERSION_H_ #define _VMCI_VERSION_H_ -#define VMCI_DRIVER_VERSION 1.0.25.0 -#define VMCI_DRIVER_VERSION_COMMAS 1,0,25,0 -#define VMCI_DRIVER_VERSION_STRING "1.0.25.0" +#define VMCI_DRIVER_VERSION 9.0.0.0 +#define VMCI_DRIVER_VERSION_COMMAS 9,0,0,0 +#define VMCI_DRIVER_VERSION_STRING "9.0.0.0" #endif /* _VMCI_VERSION_H_ */