From: Kruti Pendharkar Date: Thu, 22 Jan 2026 06:08:38 +0000 (-0800) Subject: Prepare for the open-vm-tools 13.0.10 release. X-Git-Tag: stable-13.0.10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db0bfb11a6593e3593164351efb36be9d8e0196;p=thirdparty%2Fopen-vm-tools.git Prepare for the open-vm-tools 13.0.10 release. - Update the tools version in the configure.ac. - Update the build numbers in the buldNumber.h. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 113a7a8e5..92b610429 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -36,10 +36,10 @@ ### 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 diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index f171856ac..52c3e4dce 100644 --- a/open-vm-tools/lib/include/buildNumber.h +++ b/open-vm-tools/lib/include/buildNumber.h @@ -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"