From: Katy Feng Date: Tue, 29 Aug 2023 14:26:13 +0000 (-0700) Subject: Preparing for the open-vm-tools 12.3.0 release. X-Git-Tag: stable-12.3.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0e2d7d9da0e2def013558e583465ebd07d2589;p=thirdparty%2Fopen-vm-tools.git Preparing for the open-vm-tools 12.3.0 release. Syncing the tools version, build number and product build number with the internal official build of VMware Tools / open-vm-tools 12.3.0. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index b39422b4b..2d60c725b 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.3.0" AC_INIT( [open-vm-tools], - [11.2.0], + [12.3.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..80b7050a0 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-22234872" #define BUILD_NUMBER_NUMERIC \ - 15943241 + 22234872 #define BUILD_NUMBER_NUMERIC_STRING \ - "15943241" + "22234872" #define PRODUCT_BUILD_NUMBER \ - "product-build-19694" + "product-build-44994" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 19694 + 44994 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "19694" + "44994"