From: VMware, Inc <> Date: Mon, 20 Dec 2010 21:46:53 +0000 (-0800) Subject: Bump VMCI version on devel branch X-Git-Tag: 2010.12.19-339835~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b45e40cfb7d8472c4db864cdd0a51c92fb700f;p=thirdparty%2Fopen-vm-tools.git Bump VMCI version on devel branch 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 b99d70278..394b9fd35 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 9.0.0.0 -#define VMCI_DRIVER_VERSION_COMMAS 9,0,0,0 -#define VMCI_DRIVER_VERSION_STRING "9.0.0.0" +#define VMCI_DRIVER_VERSION 9.1.0.0 +#define VMCI_DRIVER_VERSION_COMMAS 9,1,0,0 +#define VMCI_DRIVER_VERSION_STRING "9.1.0.0" #endif /* _VMCI_VERSION_H_ */