]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Preparing for the open-vm-tools 12.3.0 release.
authorKaty Feng <fkaty@vmware.com>
Tue, 29 Aug 2023 14:26:13 +0000 (07:26 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 29 Aug 2023 14:26:13 +0000 (07:26 -0700)
Syncing the tools version, build number and product build number with
the internal official build of VMware Tools / open-vm-tools 12.3.0.

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

index b39422b4b510e46bc9a67a5a9f2967a9f5e42f4a..2d60c725bf52db0a21f4b1503c3342d2efdbf874 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="11.2.0"
+TOOLS_VERSION="12.3.0"
 AC_INIT(
    [open-vm-tools],
-   [11.2.0],
+   [12.3.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 523eb3253df3fcda8c73a3339f5b0049af6baa6c..80b7050a09b9e0eb761b5ce18d52e0a0cd5b56e3 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-15943241"
+       "build-22234872"
 #define BUILD_NUMBER_NUMERIC \
-       15943241
+       22234872
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "15943241"
+       "22234872"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-19694"
+       "product-build-44994"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       19694
+       44994
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "19694"
+       "44994"