]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 13.0.5 release.
authorKruti Pendharkar <kp025370@broadcom.com>
Tue, 30 Sep 2025 06:23:35 +0000 (23:23 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Tue, 30 Sep 2025 06:23:35 +0000 (23:23 -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 fcc3050c7c44d55e1e00fb0731f9d61c2e8c23fd..113a7a8e5e74db9d6b3acb5173efbde8546ad88f 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="13.0.0"
+TOOLS_VERSION="13.0.5"
 AC_INIT(
    [open-vm-tools],
-   [13.0.0],
+   [13.0.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index bace4386feac06216a5769d828c609e0c1fcaad5..f171856acab5e904d59adab21b737708a7043757 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-24696409"
+       "build-24915695"
 #define BUILD_NUMBER_NUMERIC \
-       24696409
+       24915695
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "24696409"
+       "24915695"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-52586"
+       "product-build-52705"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       52586
+       52705
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "52586"
+       "52705"