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