]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Update version to 11.1.5 and set final build numbers
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 19 Aug 2020 17:47:36 +0000 (10:47 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 19 Aug 2020 17:47:36 +0000 (10:47 -0700)
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index f68c4a895a75cb34dea8b11b7f2ec68071e210e8..06e9e5707baedc155302e6b1990fae32c6a6409e 100644 (file)
 ### 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
index 3c069e83a2a43f051546231025138b6099cb8cb5..9f9e904cdca56b4dd9d46b017c9de315e51c86ec 100644 (file)
@@ -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"