From: John Wolfe Date: Wed, 19 Aug 2020 17:47:36 +0000 (-0700) Subject: Update version to 11.1.5 and set final build numbers X-Git-Tag: stable-11.1.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed582719f33893b427a7327df4b688dc21f9cb6;p=thirdparty%2Fopen-vm-tools.git Update version to 11.1.5 and set final build numbers --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index f68c4a895..06e9e5707 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="11.1.0" +TOOLS_VERSION="11.1.5" AC_INIT( [open-vm-tools], - [11.1.0], + [11.1.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 3c069e83a..9f9e904cd 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-16036546" + "build-16724464" #define BUILD_NUMBER_NUMERIC \ - 16036546 + 16724464 #define BUILD_NUMBER_NUMERIC_STRING \ - "16036546" + "16724464" #define PRODUCT_BUILD_NUMBER \ - "product-build-19887" + "product-build-22735" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 19887 + 22735 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "19887" + "22735"