]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up the tools version for OP beta 1.
authorVMware, Inc <>
Wed, 26 Dec 2012 21:25:05 +0000 (13:25 -0800)
committerDmitry Torokhov <dtor@vmware.com>
Thu, 27 Dec 2012 19:47:00 +0000 (11:47 -0800)
Its time to bump up the tools version for OP Beta. Bumped up the
tools version in vm_tools_version.h file.

In the past, we have done this process for every milestone in the
ESX Release cycle.
Current plan:
- Tools Version for OP Beta 1 : 9.3.1
- Tools Version for OP RC 1   : 9.3.2
- Tools Version for OP RTM    : 9.4.0

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

index 3826d6cd0c89dabc11af05a410cb104525bb99a4..d3aa2faf7cef37ca1bb3048d072777a537716d71 100644 (file)
@@ -1153,11 +1153,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HOSTED12_UPDATE2_V_MNR  2
 #define   TOOLS_VERSION_HOSTED12_UPDATE2_V_BASE 2
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_OP_BETA1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_OP_BETA1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_OP_BETA1_V_MJR  9
+#define   TOOLS_VERSION_OP_BETA1_V_MNR  3
+#define   TOOLS_VERSION_OP_BETA1_V_BASE 1
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */
 #define   TOOLS_VERSION_NEXT_V_MJR  9
-#define   TOOLS_VERSION_NEXT_V_MNR  3
+#define   TOOLS_VERSION_NEXT_V_MNR  5
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT