From: Oliver Kurth Date: Sat, 16 Mar 2019 17:40:23 +0000 (-0700) Subject: update version and build number X-Git-Tag: stable-10.3.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4826a76513b6f8254132f664e07fa70ed18f22c4;p=thirdparty%2Fopen-vm-tools.git update version and build number --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 74c8984e4..fe671ceec 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -35,10 +35,10 @@ ### Initialization ### -TOOLS_VERSION="10.3.5" +TOOLS_VERSION="10.3.10" AC_INIT( [open-vm-tools], - [10.3.5], + [10.3.10], [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 0415949e4..91d7a41ae 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-10430147" + "build-12406962" #define BUILD_NUMBER_NUMERIC \ - 10430147 + 12406962 #define BUILD_NUMBER_NUMERIC_STRING \ - "10430147" + "12406962" #define PRODUCT_BUILD_NUMBER \ - "product-build-7752" + "product-build-10540" #define PRODUCT_BUILD_NUMBER_NUMERIC \ - 7752 + 10540 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - "7752" + "10540"