From: VMware, Inc <> Date: Mon, 22 Mar 2010 22:14:24 +0000 (-0700) Subject: Bump driver version for CLN 1010036 X-Git-Tag: 2010.03.20-243334~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d68b683ef991152930fae5ececcc5cc8f72891e;p=thirdparty%2Fopen-vm-tools.git Bump driver version for CLN 1010036 Bump the guest driver version 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 01b6cf44f..8bdbf474e 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.19.0 -#define VMCI_DRIVER_VERSION_COMMAS 1,0,19,0 -#define VMCI_DRIVER_VERSION_STRING "1.0.19.0" +#define VMCI_DRIVER_VERSION 1.0.20.0 +#define VMCI_DRIVER_VERSION_COMMAS 1,0,20,0 +#define VMCI_DRIVER_VERSION_STRING "1.0.20.0" #endif /* _VMCI_VERSION_H_ */