]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.3.5 release.
authorKaty Feng <fkaty@vmware.com>
Wed, 25 Oct 2023 18:13:15 +0000 (11:13 -0700)
committerKaty Feng <fkaty@vmware.com>
Wed, 25 Oct 2023 18:13:15 +0000 (11:13 -0700)
- Update the tools version in the configure.ac.
- Update the build numbers in the buldNumber.h.

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

index 4ec1ea97fe0e03195d420b923b546b7c24421b5e..26bfdb682ce5565f4e60b9d3ff500190bfef0406 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="12.3.0"
+TOOLS_VERSION="12.3.5"
 AC_INIT(
    [open-vm-tools],
-   [12.3.0],
+   [12.3.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 80b7050a09b9e0eb761b5ce18d52e0a0cd5b56e3..ad0f8d205f6fccbdc454c255eb7c86cbd7020809 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-22234872"
+       "build-22544099"
 #define BUILD_NUMBER_NUMERIC \
-       22234872
+       22544099
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "22234872"
+       "22544099"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-44994"
+       "product-build-46049"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       44994
+       46049
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "44994"
+       "46049"