- Update the tools version in the configure.ac file.
- Update the build numbers in the buildNumber.h header.
################################################################################
-### Copyright (c) 2007-2022 VMware, Inc. All rights reserved.
+### Copyright (c) 2007-2023 VMware, Inc. All rights reserved.
###
### Configure script for building the VMware OSS Tools.
###
### Initialization
###
-TOOLS_VERSION="12.2.0"
+TOOLS_VERSION="12.2.5"
AC_INIT(
[open-vm-tools],
- [12.2.0],
+ [12.2.5],
[open-vm-tools-devel@lists.sourceforge.net])
# In order to make this configure script auto-detect situations where
#define BUILD_NUMBER \
- "build-21223074"
+ "build-21855600"
#define BUILD_NUMBER_NUMERIC \
- 21223074
+ 21855600
#define BUILD_NUMBER_NUMERIC_STRING \
- "21223074"
+ "21855600"
#define PRODUCT_BUILD_NUMBER \
- "product-build-41219"
+ "product-build-43614"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
- 41219
+ 43614
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
- "41219"
+ "43614"