- configure.ac: set release version - 2 spots.
- lib/include/buildNumber.h: Set build number and product build number.
### Initialization
###
-TOOLS_VERSION="12.0.0"
+TOOLS_VERSION="12.0.5"
AC_INIT(
[open-vm-tools],
- [12.0.0],
+ [12.0.5],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-19345655"
+ "build-19716617"
#define BUILD_NUMBER_NUMERIC \
- 19345655
+ 19716617
#define BUILD_NUMBER_NUMERIC_STRING \
- "19345655"
+ "19716617"
#define PRODUCT_BUILD_NUMBER \
- "product-build-34242"
+ "product-build-35655"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 34242
+ 35655
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "34242"
+ "35655"