]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Update Tools version.
authorVMware, Inc <>
Mon, 28 Sep 2009 20:28:16 +0000 (13:28 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 28 Sep 2009 20:28:16 +0000 (13:28 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/vm_tools_version.h

index 1b0a6627bb4c9c43f618e9734699ea3fa641b693..a864f4209b9b0f96d9fb8d9ddfe6aba9169c9e9d 100644 (file)
@@ -935,9 +935,16 @@ typedef uint32 ToolsVersion;
 #define   TOOLS_VERSION_FUSION30_RELEASE_V_MNR  2
 #define   TOOLS_VERSION_FUSION30_RELEASE_V_BASE 3
 
-#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_WS70_RELEASE
-#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_WS70_RELEASE)
-#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_WS70_RELEASE)
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_ESX45_BETA1  TOOLS_VERSION_TO_UINT(TOOLS_VERSION_ESX45_BETA1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_ESX45_BETA1_V_MJR  8
+#define   TOOLS_VERSION_ESX45_BETA1_V_MNR  3
+#define   TOOLS_VERSION_ESX45_BETA1_V_BASE 0
+
+#define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_ESX45_BETA1
+#define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_ESX45_BETA1)
+#define   TOOLS_VERSION_CURRENT_CSV    TOOLS_VERSION_TO_CSV(TOOLS_VERSION_ESX45_BETA1)
 
 
 /*