From: Oliver Kurth Date: Mon, 23 Oct 2017 21:21:20 +0000 (-0700) Subject: Set the Tools version to 10.3.0 X-Git-Tag: stable-10.3.0~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac699fac9d8030fe2c804ad8720d7fa7b5e72839;p=thirdparty%2Fopen-vm-tools.git Set the Tools version to 10.3.0 --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 9a38fd8c8..0e41519cd 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1446,11 +1446,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SCREW_DRIVER_UPDATE3_V_MNR 1 #define TOOLS_VERSION_SCREW_DRIVER_UPDATE3_V_BASE 15 +#ifndef RC_INVOKED +#define TOOLS_VERSION_CHAINSAW_RELEASE VERSION_TO_UINT(TOOLS_VERSION_CHAINSAW_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_CHAINSAW_RELEASE_V_MJR 10 +#define TOOLS_VERSION_CHAINSAW_RELEASE_V_MNR 2 +#define TOOLS_VERSION_CHAINSAW_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 10 -#define TOOLS_VERSION_NEXT_V_MNR 2 +#define TOOLS_VERSION_NEXT_V_MNR 3 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT