]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 21 Nov 2011 23:20:10 +0000 (15:20 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 21 Nov 2011 23:20:10 +0000 (15:20 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_tools_version.h

index 860cb9dff3ae5928e47f02d38d3849793b801a55..dc72ae2f3673c69e554349ca74997183b113cc6d 100644 (file)
@@ -1066,6 +1066,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HOSTED11_RELEASE_V_MNR  8
 #define   TOOLS_VERSION_HOSTED11_RELEASE_V_BASE 0
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_MNNEXT_BETA1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MNNEXT_BETA1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_MNNEXT_BETA1_V_MJR  8
+#define   TOOLS_VERSION_MNNEXT_BETA1_V_MNR  9
+#define   TOOLS_VERSION_MNNEXT_BETA1_V_BASE 1
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */