From: VMware, Inc <> Date: Tue, 13 Mar 2012 20:02:00 +0000 (-0700) Subject: Bump up the major version for VMCI/vSock. X-Git-Tag: 2012.03.13-651368~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b85f2a8504d23dab128133fffa071354243c8e6;p=thirdparty%2Fopen-vm-tools.git Bump up the major version for VMCI/vSock. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/modules/linux/vmci/linux/vmci_version.h b/open-vm-tools/modules/linux/vmci/linux/vmci_version.h index 4d3f371d9..9e51d2ca3 100644 --- a/open-vm-tools/modules/linux/vmci/linux/vmci_version.h +++ b/open-vm-tools/modules/linux/vmci/linux/vmci_version.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2007-2011 VMware, Inc. All rights reserved. + * Copyright (C) 2007-2012 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -25,8 +25,8 @@ #ifndef _VMCI_VERSION_H_ #define _VMCI_VERSION_H_ -#define VMCI_DRIVER_VERSION 9.3.20.0 -#define VMCI_DRIVER_VERSION_COMMAS 9,3,20,0 -#define VMCI_DRIVER_VERSION_STRING "9.3.20.0" +#define VMCI_DRIVER_VERSION 9.4.0.0 +#define VMCI_DRIVER_VERSION_COMMAS 9,4,0,0 +#define VMCI_DRIVER_VERSION_STRING "9.4.0.0" #endif /* _VMCI_VERSION_H_ */ diff --git a/open-vm-tools/modules/linux/vsock/linux/vsock_version.h b/open-vm-tools/modules/linux/vsock/linux/vsock_version.h index 5ee09a0cc..2ac62feb0 100644 --- a/open-vm-tools/modules/linux/vsock/linux/vsock_version.h +++ b/open-vm-tools/modules/linux/vsock/linux/vsock_version.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2011 VMware, Inc. All rights reserved. + * Copyright (C) 2011-2012 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -25,8 +25,8 @@ #ifndef _VSOCK_VERSION_H_ #define _VSOCK_VERSION_H_ -#define VSOCK_DRIVER_VERSION 9.3.3.0 -#define VSOCK_DRIVER_VERSION_COMMAS 9,3,3,0 -#define VSOCK_DRIVER_VERSION_STRING "9.3.3.0" +#define VSOCK_DRIVER_VERSION 9.4.0.0 +#define VSOCK_DRIVER_VERSION_COMMAS 9,4.0,0 +#define VSOCK_DRIVER_VERSION_STRING "9.4.0.0" #endif /* _VSOCK_VERSION_H_ */