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