]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Add tools version 10.3.24 to list of tools versions.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 4 Feb 2021 17:57:03 +0000 (09:57 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 4 Feb 2021 17:57:03 +0000 (09:57 -0800)
Document use of 10.3.24 for the next possible release of VMware Tools
(tartools) or OSPS for older releases of Linux.

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

index ca5380179bce08e8b89e65fcf0bd3a7610b0efa8..aef4f68751169818dd00c2c98c312fa612f60107 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2020 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2021 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -1582,6 +1582,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_JACKHAMMER_PATCH10_V_MNR  3
 #define   TOOLS_VERSION_JACKHAMMER_PATCH10_V_BASE 23
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_JACKHAMMER_PATCH11 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JACKHAMMER_PATCH11_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_JACKHAMMER_PATCH11_V_MJR  10
+#define   TOOLS_VERSION_JACKHAMMER_PATCH11_V_MNR  3
+#define   TOOLS_VERSION_JACKHAMMER_PATCH11_V_BASE 24
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_SLEDGEHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V)
 #endif /* RC_INVOKED */