]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.5.0 release.
authorKruti <kpendharkar@vmware.com>
Thu, 10 Oct 2024 02:47:45 +0000 (19:47 -0700)
committerKruti <kpendharkar@vmware.com>
Thu, 10 Oct 2024 02:47:45 +0000 (19:47 -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 fe366ed97c3fea1e2d99d49f7c2a05a15928166f..d71977afcdc472907049bc39cd1db77eaa621d71 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="12.5.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [12.5.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..ada1142284873170b8f64de81a9a7c8b577b1f38 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-24276846"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       24276846
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "24276846"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-51152"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       51152
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "51152"