]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Preparing for the 12.0.0 OVT release
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 2 Mar 2022 23:21:37 +0000 (15:21 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 2 Mar 2022 23:21:37 +0000 (15:21 -0800)
 - configure.ac: set release version - 2 spots.
 - lib/include/buildNumber.h: Set build number and product build number.

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

index 4d268f6457a988c84d2b28417bc5b1b1631c60b1..112fc3b3c76db2e352f1c0bdfe6c18a053389cf7 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="12.0.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [12.0.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..35d55dcb86ee6b249b046434e71672a23f9df9f0 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-19345655"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       19345655
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "19345655"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-34242"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       34242
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "34242"