]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Update the tools version to 11.4.0 on the "devel" branch.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 7 Jun 2021 15:25:09 +0000 (08:25 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 7 Jun 2021 15:25:09 +0000 (08:25 -0700)
open-vm-tools/lib/include/vm_tools_version.h

index 25ba15dee01e5f559e5d5923d4001443bc5a9438..4c1b81e35529cf2a641426fdcca4f3eb07a13d4f 100644 (file)
@@ -1673,11 +1673,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_CRESCENT_WRENCH_PATCH2_V_MNR  2
 #define   TOOLS_VERSION_CRESCENT_WRENCH_PATCH2_V_BASE 6
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_JIGSAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JIGSAW_RELEASE_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_JIGSAW_RELEASE_V_MJR  11
+#define   TOOLS_VERSION_JIGSAW_RELEASE_V_MNR  3
+#define   TOOLS_VERSION_JIGSAW_RELEASE_V_BASE 0
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */
 #define   TOOLS_VERSION_NEXT_V_MJR  11
-#define   TOOLS_VERSION_NEXT_V_MNR  3
+#define   TOOLS_VERSION_NEXT_V_MNR  4
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT