From: John Wolfe Date: Fri, 16 Oct 2020 21:58:21 +0000 (-0700) Subject: Set the final release build number and product build number X-Git-Tag: stable-11.2.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041b0dbea18c6c9fd5be2d21edace6fc751d20b8;p=thirdparty%2Fopen-vm-tools.git Set the final release build number and product build number --- diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index 523eb3253..2778502dc 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-15943241" + "build-16938113" #define BUILD_NUMBER_NUMERIC \ - 15943241 + 16938113 #define BUILD_NUMBER_NUMERIC_STRING \ - "15943241" + "16938113" #define PRODUCT_BUILD_NUMBER \ - "product-build-19694" + "product-build-23855" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 19694 + 23855 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "19694" + "23855"