From: Oliver Kurth Date: Wed, 29 Aug 2018 20:53:31 +0000 (-0700) Subject: sync version and build number X-Git-Tag: stable-11.0.0~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c340eee74f1db6442467f8b0de72eb40f7b5837;p=thirdparty%2Fopen-vm-tools.git sync version and build number --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 46e290e3d..67382409b 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="10.2.0" +TOOLS_VERSION="10.4.0" AC_INIT( [open-vm-tools], - [10.2.0], + [10.4.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 8febfc28d..18c5ab94e 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-3227872" + "build-9690316" #define BUILD_NUMBER_NUMERIC \ - 3227872 + 9690316 #define BUILD_NUMBER_NUMERIC_STRING \ - "3227872" + "9690316" #define PRODUCT_BUILD_NUMBER \ - "product-build-52125" + "product-build-6484" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 52125 + 6484 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "52125" + "6484"