]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Preparing for the open-vm-tools 12.1.0 release.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 22 Aug 2022 16:16:36 +0000 (09:16 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 22 Aug 2022 16:16:36 +0000 (09:16 -0700)
Syncing the tools version, build number and product build number with
the internal official build of VMware Tools / open-vm-tools 12.1.0.

open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index 4d268f6457a988c84d2b28417bc5b1b1631c60b1..3c058135a5bee1e7cf6c3461b103b8d84e61140e 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="12.1.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [12.1.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..504ea8b81bd121c60d5927871f6fbf4488e1a190 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-20219665"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       20219665
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "20219665"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-37487"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       37487
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "37487"