From: Oliver Kurth Date: Thu, 14 Dec 2017 21:46:57 +0000 (-0800) Subject: update build number X-Git-Tag: stable-10.2.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b01435c5d2eaaa66734392d0de754509b655fb;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 8febfc28d..05477c686 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-3227872" + "build-7253323" #define BUILD_NUMBER_NUMERIC \ - 3227872 + 7253323 #define BUILD_NUMBER_NUMERIC_STRING \ - "3227872" + "7253323" #define PRODUCT_BUILD_NUMBER \ - "product-build-52125" + "product-build-1608" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 52125 + 1608 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "52125" + "1608"