From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:41:58 +0000 (-0700) Subject: VMCI/VSOCK: Bump version 9.5 => 9.6 for next release X-Git-Tag: 2013.09.16-1328054~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9644250ed9110aa38d5a8f467499b3d9678f7a05;p=thirdparty%2Fopen-vm-tools.git VMCI/VSOCK: Bump version 9.5 => 9.6 for next release We shipped 2013 with 9.5, so the next release will have 9.6. 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 0cf941e7e..497a91753 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-2012 VMware, Inc. All rights reserved. + * Copyright (C) 2007-2013 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.5.19.0 -#define VMCI_DRIVER_VERSION_COMMAS 9,5,19,0 -#define VMCI_DRIVER_VERSION_STRING "9.5.19.0" +#define VMCI_DRIVER_VERSION 9.6.0.0 +#define VMCI_DRIVER_VERSION_COMMAS 9,6,0,0 +#define VMCI_DRIVER_VERSION_STRING "9.6.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 5a80fc4ba..ae39173ac 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-2012 VMware, Inc. All rights reserved. + * Copyright (C) 2011-2013 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.5.10.0 -#define VSOCK_DRIVER_VERSION_COMMAS 9,5,10,0 -#define VSOCK_DRIVER_VERSION_STRING "9.5.10.0" +#define VSOCK_DRIVER_VERSION 9.6.0.0 +#define VSOCK_DRIVER_VERSION_COMMAS 9,6,0,0 +#define VSOCK_DRIVER_VERSION_STRING "9.6.0.0" #endif /* _VSOCK_VERSION_H_ */