From: Oliver Kurth Date: Wed, 1 Apr 2020 18:54:20 +0000 (-0700) Subject: update version to 11.1.0 X-Git-Tag: stable-11.1.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f216c7024d2fa815147eca47014bed66d2d43894;p=thirdparty%2Fopen-vm-tools.git update version to 11.1.0 --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 18cdc3d40..f68c4a895 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="10.4.0" +TOOLS_VERSION="11.1.0" AC_INIT( [open-vm-tools], - [10.4.0], + [11.1.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 18c5ab94e..1d80f4aa5 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-9690316" + "build-15948930" #define BUILD_NUMBER_NUMERIC \ - 9690316 + 15948930 #define BUILD_NUMBER_NUMERIC_STRING \ - "9690316" + "15948930" #define PRODUCT_BUILD_NUMBER \ - "product-build-6484" + "product-build-19711" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 6484 + 19711 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "6484" + "19711"