From: Kruti Date: Thu, 21 Mar 2024 20:00:23 +0000 (-0700) Subject: Prepare for the open-vm-tools 12.4.0 release. X-Git-Tag: stable-12.4.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d7499f9c5c9eeb8ae2288280e310d40a0d42a41;p=thirdparty%2Fopen-vm-tools.git Prepare for the open-vm-tools 12.4.0 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 9c991156d..0bd0db12c 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="11.2.0" +TOOLS_VERSION="12.4.0" AC_INIT( [open-vm-tools], - [11.2.0], + [12.4.0], [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 523eb3253..4993bf7c4 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-15943241" + "build-23259341" #define BUILD_NUMBER_NUMERIC \ - 15943241 + 23259341 #define BUILD_NUMBER_NUMERIC_STRING \ - "15943241" + 23259341 #define PRODUCT_BUILD_NUMBER \ - "product-build-19694" + "product-build-48309" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 19694 + 48309 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "19694" + 48309