From: John Wolfe Date: Mon, 23 May 2022 20:15:32 +0000 (-0700) Subject: Preparing for the 12.0.5 open-vm-tools release X-Git-Tag: stable-12.0.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb27c50b09de15231968040770461cddd45618c;p=thirdparty%2Fopen-vm-tools.git Preparing for the 12.0.5 open-vm-tools release - configure.ac: set release version - 2 spots. - lib/include/buildNumber.h: Set build number and product build number. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 112fc3b3c..6411970a5 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="12.0.0" +TOOLS_VERSION="12.0.5" AC_INIT( [open-vm-tools], - [12.0.0], + [12.0.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 35d55dcb8..78e3fe260 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-19345655" + "build-19716617" #define BUILD_NUMBER_NUMERIC \ - 19345655 + 19716617 #define BUILD_NUMBER_NUMERIC_STRING \ - "19345655" + "19716617" #define PRODUCT_BUILD_NUMBER \ - "product-build-34242" + "product-build-35655" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 34242 + 35655 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "34242" + "35655"