]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 13.1.0 release.
authorKruti Pendharkar <kp025370@broadcom.com>
Wed, 13 May 2026 03:01:02 +0000 (20:01 -0700)
committerKruti Pendharkar <kp025370@broadcom.com>
Thu, 14 May 2026 04:49:53 +0000 (21:49 -0700)
- Update the tools version in the configure.ac.
- Update the build numbers in the buildNumber.h.

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

index 91c00575f5f34e5b03e50a44a0c8a6f6cc8bb428..bf180b7f336052789c63a0ad11bb5c5bdae9b472 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="13.1.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [13.1.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..a0934d2b1fc7a89e4d9f337ea719890892c1ae13 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-25218885"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       25218885
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "25218885"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-2683"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       2683
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "2683"