From: Oliver Kurth Date: Mon, 21 Oct 2019 21:58:04 +0000 (-0700) Subject: update version to 11.0.1 X-Git-Tag: stable-11.0.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3edfd142a81096f9f58aff17d84219b457f4987;p=thirdparty%2Fopen-vm-tools.git update version to 11.0.1 --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 774a82848..16c9ec455 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="11.0.0" +TOOLS_VERSION="11.0.1" AC_INIT( [open-vm-tools], - [11.0.0], + [11.0.1], [open-vm-tools-devel@lists.sourceforge.net]) # In order to make this configure script auto-detect situations where diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index f4d8aefb2..1fb3ebfab 100644 --- a/open-vm-tools/lib/include/buildNumber.h +++ b/open-vm-tools/lib/include/buildNumber.h @@ -1,12 +1,12 @@ #define BUILD_NUMBER \ - "build-14549434" + "build-14773994" #define BUILD_NUMBER_NUMERIC \ - 14549434 + 14773994 #define BUILD_NUMBER_NUMERIC_STRING \ - "14549434" + "14773994" #define PRODUCT_BUILD_NUMBER \ - "product-build-15108" + "product-build-15528" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 15108 + 15528 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "15108" + "15528" diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 68e5d3f0f..9a54a4575 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1538,9 +1538,16 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V_MNR 0 #define TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_SLEDGEHAMMER_RELEASE -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SLEDGEHAMMER_RELEASE) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SLEDGEHAMMER_RELEASE) +#ifndef RC_INVOKED +#define TOOLS_VERSION_SLEDGEHAMMER_PATCH1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SLEDGEHAMMER_PATCH1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_SLEDGEHAMMER_PATCH1_V_MJR 11 +#define TOOLS_VERSION_SLEDGEHAMMER_PATCH1_V_MNR 0 +#define TOOLS_VERSION_SLEDGEHAMMER_PATCH1_V_BASE 1 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_SLEDGEHAMMER_PATCH1 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SLEDGEHAMMER_PATCH1) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SLEDGEHAMMER_PATCH1) /* * The extended Tools version is the current Tools version with the