]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
VMCI/VSOCK: Bump version 9.5 => 9.6 for next release
authorVMware, Inc <>
Wed, 18 Sep 2013 03:41:58 +0000 (20:41 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:30:00 +0000 (22:30 -0700)
We shipped 2013 with 9.5, so the next release will have 9.6.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/modules/linux/vmci/linux/vmci_version.h
open-vm-tools/modules/linux/vsock/linux/vsock_version.h

index 0cf941e7ebdaa2facd955eb86290d08f1bb9b627..497a9175362cb23122503b7961cf930e445016f0 100644 (file)
@@ -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_ */
index 5a80fc4bac335c4a8876e5253f3b2f8f11754d89..ae39173acd7b6b2e6959558374e94e84c759a59b 100644 (file)
@@ -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_ */