- Update the tools version in the configure.ac.
- Update the build numbers in the buldNumber.h.
### Initialization
###
-TOOLS_VERSION="13.0.5"
+TOOLS_VERSION="13.0.10"
AC_INIT(
[open-vm-tools],
- [13.0.5],
+ [13.0.10],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-24915695"
+ "build-25056151"
#define BUILD_NUMBER_NUMERIC \
- 24915695
+ 25056151
#define BUILD_NUMBER_NUMERIC_STRING \
- "24915695"
+ "25056151"
#define PRODUCT_BUILD_NUMBER \
- "product-build-52705"
+ "product-build-2094"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 52705
+ 2094
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "52705"
+ "2094"