From: John Wolfe Date: Mon, 12 Jun 2023 22:03:03 +0000 (-0700) Subject: Prepare for the open-vm-tools 12.2.0 release. X-Git-Tag: stable-12.2.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=941b26d6e012c5fd2184242ae24d5e5559b60c98;p=thirdparty%2Fopen-vm-tools.git Prepare for the open-vm-tools 12.2.0 release. - Update the tools version in the configure.ac file. - Update the build numbers in the buildNumber.h header. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 5f9a19379..122955dde 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -1,5 +1,5 @@ ################################################################################ -### Copyright (c) 2007-2022 VMware, Inc. All rights reserved. +### Copyright (c) 2007-2023 VMware, Inc. All rights reserved. ### ### Configure script for building the VMware OSS Tools. ### @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="12.2.0" +TOOLS_VERSION="12.2.5" AC_INIT( [open-vm-tools], - [12.2.0], + [12.2.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 a27306247..b309c4d97 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-21223074" + "build-21855600" #define BUILD_NUMBER_NUMERIC \ - 21223074 + 21855600 #define BUILD_NUMBER_NUMERIC_STRING \ - "21223074" + "21855600" #define PRODUCT_BUILD_NUMBER \ - "product-build-41219" + "product-build-43614" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 41219 + 43614 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "41219" + "43614"