From: Oliver Kurth Date: Wed, 22 Feb 2017 21:06:40 +0000 (-0800) Subject: update build numbers X-Git-Tag: stable-10.1.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7483a6df5a32f33a573db33d72ba542a510fe4b1;p=thirdparty%2Fopen-vm-tools.git update build numbers --- diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index 6c1816fd6..08af403e3 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-4449150" + "build-5055683" #define BUILD_NUMBER_NUMERIC \ - 4449150 + 5055683 #define BUILD_NUMBER_NUMERIC_STRING \ - "4449150" + "5055683" #define PRODUCT_BUILD_NUMBER \ - "product-build-57774" + "product-build-59732" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 57774 + 59732 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "57774" + "59732"