]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 13.0.0 release.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 18 Jun 2025 11:31:14 +0000 (04:31 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Wed, 18 Jun 2025 11:32:26 +0000 (04:32 -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 81c6ac3e2621f48a375ae8e2e3ed0f34794924d4..fcc3050c7c44d55e1e00fb0731f9d61c2e8c23fd 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="13.0.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [13.0.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..bace4386feac06216a5769d828c609e0c1fcaad5 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-24696409"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       24696409
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "24696409"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-52586"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       52586
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "52586"