]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.4.5 release.
authorKruti <kpendharkar@vmware.com>
Mon, 24 Jun 2024 15:57:13 +0000 (08:57 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 24 Jun 2024 15:57:13 +0000 (08:57 -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 51a3da50da6739a0f960cd35ccc2d44eab4c940a..26b2e9500d5e00866829447524756481c69387ed 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="12.4.0"
+TOOLS_VERSION="12.4.5"
 AC_INIT(
    [open-vm-tools],
-   [12.4.0],
+   [12.4.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 0b528de83ca8dfa3e39ca4da229da203b3d80832..592bba5d82b7abae25ed330a4041042ca7738bf6 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-23259341"
+       "build-23787635"
 #define BUILD_NUMBER_NUMERIC \
-       23259341
+       23787635
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "23259341"
+       "23787635"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-48309"
+       "product-build-49651"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       48309
+       49651
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "48309"
+       "49651"