]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.4.0 release.
authorKruti <kpendharkar@vmware.com>
Thu, 21 Mar 2024 20:00:23 +0000 (13:00 -0700)
committerKruti <kpendharkar@vmware.com>
Thu, 21 Mar 2024 20:00:23 +0000 (13:00 -0700)
- Update the tools version in the configure.ac.
- Update the build numbers in the buldNumber.h.

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

index 9c991156d9f323e08a9752e8eaac48ef159550be..0bd0db12cd90715606213c12e22c1cbe268bb70c 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="12.4.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [12.4.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..4993bf7c478b4632f33ac245c932c90437f00966 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-23259341"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       23259341
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       23259341
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-48309"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       48309
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       48309