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