]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump the open-vm-tools version to 12.2.0 in the "devel" branch.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 8 Sep 2022 21:51:39 +0000 (14:51 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 8 Sep 2022 21:51:39 +0000 (14:51 -0700)
Setting the development open-vm-tools version to 12.2.0.
Adding the tag name "MITER_SAW_RELEASE" to tools version 12.1.0

open-vm-tools/lib/include/vm_tools_version.h

index 23c88c071206017b089f4c86f68726865d1c48e9..aa44a4b06333e3c01b6ade32deb46aaa06b8a2ed 100644 (file)
@@ -1715,11 +1715,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_SABRE_SAW_PATCH1_V_MNR  0
 #define   TOOLS_VERSION_SABRE_SAW_PATCH1_V_BASE 6
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_MITER_SAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_RELEASE_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_MITER_SAW_RELEASE_V_MJR  12
+#define   TOOLS_VERSION_MITER_SAW_RELEASE_V_MNR  1
+#define   TOOLS_VERSION_MITER_SAW_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  12
-#define   TOOLS_VERSION_NEXT_V_MNR  1
+#define   TOOLS_VERSION_NEXT_V_MNR  2
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT