From: Katy Feng Date: Wed, 25 Oct 2023 18:13:15 +0000 (-0700) Subject: Prepare for the open-vm-tools 12.3.5 release. X-Git-Tag: stable-12.3.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a0ca16b64730507735281012bc3a4660c5b46c;p=thirdparty%2Fopen-vm-tools.git Prepare for the open-vm-tools 12.3.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 4ec1ea97f..26bfdb682 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="12.3.0" +TOOLS_VERSION="12.3.5" AC_INIT( [open-vm-tools], - [12.3.0], + [12.3.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 80b7050a0..ad0f8d205 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-22234872" + "build-22544099" #define BUILD_NUMBER_NUMERIC \ - 22234872 + 22544099 #define BUILD_NUMBER_NUMERIC_STRING \ - "22234872" + "22544099" #define PRODUCT_BUILD_NUMBER \ - "product-build-44994" + "product-build-46049" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 44994 + 46049 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "44994" + "46049"