]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump the VMware Tools update release to version 10.1.5
authorOliver Kurth <okurth@vmware.com>
Thu, 19 Jan 2017 01:28:20 +0000 (17:28 -0800)
committerOliver Kurth <okurth@vmware.com>
Fri, 20 Jan 2017 03:09:04 +0000 (19:09 -0800)
Change the "current" version for the VMware Tools update release to
be 10.1.5.   This bump is to allow versions numbers for hot patches
which have been or may yet be issued before the update is GA.

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

index b5ee4ee6bed22ae78b89e7c2199124c90b684ffa..3bda7ee6abf99f9b3b2583122e15f67049205004 100644 (file)
@@ -1400,7 +1400,7 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #endif /* RC_INVOKED */
 #define   TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_MJR  10
 #define   TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_MNR  1
-#define   TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_BASE 1
+#define   TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_BASE 5
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_SCREW_DRIVER_UPDATE1
 #define   TOOLS_VERSION_CURRENT_STR    TOOLS_VERSION_TO_STR(TOOLS_VERSION_SCREW_DRIVER_UPDATE1)