]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.2.0 release.
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 12 Jun 2023 22:03:03 +0000 (15:03 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 12 Jun 2023 22:03:03 +0000 (15:03 -0700)
  - Update the tools version in the configure.ac file.
  - Update the build numbers in the buildNumber.h header.

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

index 5f9a19379c731e0c6b71f8d27d999ef7d37c0044..122955dde57d2a1694fab36ab8562ed70dceaa0a 100644 (file)
@@ -1,5 +1,5 @@
 ################################################################################
-### Copyright (c) 2007-2022 VMware, Inc.  All rights reserved.
+### Copyright (c) 2007-2023 VMware, Inc.  All rights reserved.
 ###
 ### Configure script for building the VMware OSS Tools.
 ###
 ### Initialization
 ###
 
-TOOLS_VERSION="12.2.0"
+TOOLS_VERSION="12.2.5"
 AC_INIT(
    [open-vm-tools],
-   [12.2.0],
+   [12.2.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index a2730624741b33d002206f6ca8214b204465510a..b309c4d970a20b3de13a6301e50672c0577b3c16 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-21223074"
+       "build-21855600"
 #define BUILD_NUMBER_NUMERIC \
-       21223074
+       21855600
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "21223074"
+       "21855600"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-41219"
+       "product-build-43614"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       41219
+       43614
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "41219"
+       "43614"