]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 13.0.10 release.
authorKruti Pendharkar <kp025370@broadcom.com>
Thu, 22 Jan 2026 06:08:38 +0000 (22:08 -0800)
committerKruti Pendharkar <kp025370@broadcom.com>
Thu, 22 Jan 2026 06:08:38 +0000 (22:08 -0800)
- 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 113a7a8e5e74db9d6b3acb5173efbde8546ad88f..92b6104290f1e07b53e4efd40881041972f46c31 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="13.0.5"
+TOOLS_VERSION="13.0.10"
 AC_INIT(
    [open-vm-tools],
-   [13.0.5],
+   [13.0.10],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index f171856acab5e904d59adab21b737708a7043757..52c3e4dce82f85ed80743efc51de840a71e861d6 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-24915695"
+       "build-25056151"
 #define BUILD_NUMBER_NUMERIC \
-       24915695
+       25056151
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "24915695"
+       "25056151"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-52705"
+       "product-build-2094"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       52705
+       2094
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "52705"
+       "2094"