]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up the tools version to 9.4.0 for RTM.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:29:02 +0000 (20:29 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:10:49 +0000 (22:10 -0700)
Its time to bump up the tools version from 9.3.3 to 9.4.0
for RTM. Added new macros and new version for tools in
bora/public/vm_tools_version.h file.

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

index f60e9130a0a83b042e3495bdba513bc6ed6c7c7b..467da160bdcdeefb3476f731fcfcc58384095fb0 100644 (file)
@@ -1182,6 +1182,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_OP_RC1_V_MNR  3
 #define   TOOLS_VERSION_OP_RC1_V_BASE 3
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_OP_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_OP_RELEASE_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_OP_RELEASE_V_MJR  9
+#define   TOOLS_VERSION_OP_RELEASE_V_MNR  4
+#define   TOOLS_VERSION_OP_RELEASE_V_BASE 0
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_HOSTED13_TECHPREVIEW1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED13_TECHPREVIEW1_V)
 #endif /* RC_INVOKED */