From: Oliver Kurth Date: Wed, 6 May 2020 17:08:04 +0000 (-0700) Subject: update build number X-Git-Tag: stable-11.1.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef31bf4f3ccc1d3ca1c91a7b28d85d19c3b2a637;p=thirdparty%2Fopen-vm-tools.git update build number --- diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index 1d80f4aa5..3c069e83a 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-15948930" + "build-16036546" #define BUILD_NUMBER_NUMERIC \ - 15948930 + 16036546 #define BUILD_NUMBER_NUMERIC_STRING \ - "15948930" + "16036546" #define PRODUCT_BUILD_NUMBER \ - "product-build-19711" + "product-build-19887" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 19711 + 19887 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "19711" + "19887"