From: Oliver Kurth Date: Wed, 7 Nov 2018 01:14:40 +0000 (-0800) Subject: bump version and build number X-Git-Tag: stable-10.3.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583fc02dbee4ba88a20c67a0f5e5a9b023b551ea;p=thirdparty%2Fopen-vm-tools.git bump version and build number --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 8211b2b35..325a39f5c 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="10.3.0" +TOOLS_VERSION="10.3.5" AC_INIT( [open-vm-tools], - [10.3.0], + [10.3.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 c0a903a31..0415949e4 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-8931395" + "build-10430147" #define BUILD_NUMBER_NUMERIC \ - 8931395 + 10430147 #define BUILD_NUMBER_NUMERIC_STRING \ - "8931395" + "10430147" #define PRODUCT_BUILD_NUMBER \ - "product-build-5330" + "product-build-7752" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 5330 + 7752 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "5330" + "7752"