]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up tools version for next hosted release
authorVMware, Inc <>
Mon, 15 Oct 2012 04:57:46 +0000 (21:57 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Fri, 19 Oct 2012 18:32:42 +0000 (11:32 -0700)
The new tools version for hosted products is 9.2.2

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vm_tools_version.h

index b7d046aa7ca646d3a903011fbec3427b5e38acff..1d97e48f26a629c883852f0fe4f7900ae8564d76 100644 (file)
@@ -1146,6 +1146,14 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HOSTED12_UPDATE1_V_MNR  2
 #define   TOOLS_VERSION_HOSTED12_UPDATE1_V_BASE 1
 
+/* Workstation 9.0.1, Fusion 5.0.2 (hosted12-pd-rel) */
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_HOSTED12_UPDATE2 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED12_UPDATE2_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_HOSTED12_UPDATE2_V_MJR  9
+#define   TOOLS_VERSION_HOSTED12_UPDATE2_V_MNR  2
+#define   TOOLS_VERSION_HOSTED12_UPDATE2_V_BASE 2
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */