]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up the major version for VMCI/vSock.
authorVMware, Inc <>
Tue, 13 Mar 2012 20:02:00 +0000 (13:02 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 14 Mar 2012 16:04:57 +0000 (09:04 -0700)
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 4d3f371d940f316aafc10362b6ce6044b2055944..9e51d2ca357ab04ea439856016019aa55d6f9f5c 100644 (file)
@@ -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_ */
index 5ee09a0ccc292c1f80ddb3b69a4eba19e30c3718..2ac62feb0bafc31d6067320626bcfe7f021b1a5e 100644 (file)
@@ -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_ */