From 9644250ed9110aa38d5a8f467499b3d9678f7a05 Mon Sep 17 00:00:00 2001 From: "VMware, Inc" <> Date: Tue, 17 Sep 2013 20:41:58 -0700 Subject: 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 --- open-vm-tools/modules/linux/vmci/linux/vmci_version.h | 8 ++++---- open-vm-tools/modules/linux/vsock/linux/vsock_version.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 0cf941e7..497a9175 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 5a80fc4b..ae39173a 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_ */ -- cgit v1.2.3