]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Prepare for the open-vm-tools 12.1.5 release.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 29 Nov 2022 21:07:17 +0000 (13:07 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 29 Nov 2022 21:07:17 +0000 (13:07 -0800)
- Update the tools version in the configure.ac.   Update the build numbers
  buldNumber.h.

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

index 3c058135a5bee1e7cf6c3461b103b8d84e61140e..c133add83a6816c1114f1b4329749df2e05aa2c9 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="12.1.0"
+TOOLS_VERSION="12.1.5"
 AC_INIT(
    [open-vm-tools],
-   [12.1.0],
+   [12.1.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 504ea8b81bd121c60d5927871f6fbf4488e1a190..cad017bec97b986bd4f1b9898dc36652184faf92 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-20219665"
+       "build-20735119"
 #define BUILD_NUMBER_NUMERIC \
-       20219665
+       20735119
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "20219665"
+       "20735119"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-37487"
+       "product-build-39265"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       37487
+       39265
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "37487"
+       "39265"