]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.2.0 release.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 7 Mar 2023 16:33:18 +0000 (08:33 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 7 Mar 2023 16:33:18 +0000 (08:33 -0800)
- Update the tools version in the configure.ac.   Update the build numbers
 buldNumber.h.

open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index 7aae6641d8b8801885e1105acefcc41c6147a84b..5f9a19379c731e0c6b71f8d27d999ef7d37c0044 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="12.2.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [12.2.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..a2730624741b33d002206f6ca8214b204465510a 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-21223074"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       21223074
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "21223074"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-41219"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       41219
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "41219"