From: Kruti Date: Mon, 24 Jun 2024 15:57:13 +0000 (-0700) Subject: Prepare for the open-vm-tools 12.4.5 release. X-Git-Tag: stable-12.4.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122221cdc184470a83e7a3f3b2f536222076db38;p=thirdparty%2Fopen-vm-tools.git Prepare for the open-vm-tools 12.4.5 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 51a3da50d..26b2e9500 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -36,10 +36,10 @@ ### Initialization ### -TOOLS_VERSION="12.4.0" +TOOLS_VERSION="12.4.5" AC_INIT( [open-vm-tools], - [12.4.0], + [12.4.5], [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 0b528de83..592bba5d8 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-23259341" + "build-23787635" #define BUILD_NUMBER_NUMERIC \ - 23259341 + 23787635 #define BUILD_NUMBER_NUMERIC_STRING \ - "23259341" + "23787635" #define PRODUCT_BUILD_NUMBER \ - "product-build-48309" + "product-build-49651" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 48309 + 49651 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "48309" + "49651"