]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up the tools version for WS 9.0 Release
authorVMware, Inc <>
Thu, 2 Aug 2012 06:52:26 +0000 (23:52 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Thu, 2 Aug 2012 18:23:08 +0000 (11:23 -0700)
This is the final tools change for WS 9.0 Release. Bump up the
tools version to 9.2.0 for WS 9.0 Release.

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

index 6cc235aa9801acc858e69d86696024d1b7b6b615..e39fa7585fa7b39b775f7c8c6af6c6fd893c74ab 100644 (file)
@@ -1117,6 +1117,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HOSTED12_RC_V_MNR  1
 #define   TOOLS_VERSION_HOSTED12_RC_V_BASE 2
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_HOSTED12_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED12_RELEASE_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_HOSTED12_RELEASE_V_MJR  9
+#define   TOOLS_VERSION_HOSTED12_RELEASE_V_MNR  2
+#define   TOOLS_VERSION_HOSTED12_RELEASE_V_BASE 0
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */