]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Set the final release build number and product build number
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 16 Oct 2020 21:58:21 +0000 (14:58 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 16 Oct 2020 21:58:21 +0000 (14:58 -0700)
open-vm-tools/lib/include/buildNumber.h

index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..2778502dc9c92fd6036ea13f370e1796ee31ea62 100644 (file)
@@ -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"