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

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

index e39fa7585fa7b39b775f7c8c6af6c6fd893c74ab..f21e70dcc15b0c989395b5e3ebc21413ef3372a1 100644 (file)
@@ -1124,6 +1124,14 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HOSTED12_RELEASE_V_MNR  2
 #define   TOOLS_VERSION_HOSTED12_RELEASE_V_BASE 0
 
+/* Fusion 5.0.1 (hosted12-pd-rel) */
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_HOSTED12_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED12_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_HOSTED12_UPDATE1_V_MJR  9
+#define   TOOLS_VERSION_HOSTED12_UPDATE1_V_MNR  2
+#define   TOOLS_VERSION_HOSTED12_UPDATE1_V_BASE 1
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */