]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Preparing for the 12.0.5 open-vm-tools release
authorJohn Wolfe <jwolfe@vmware.com>
Mon, 23 May 2022 20:15:32 +0000 (13:15 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Mon, 23 May 2022 20:15:32 +0000 (13:15 -0700)
 - configure.ac: set release version - 2 spots.
 - lib/include/buildNumber.h: Set build number and product build number.

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

index 112fc3b3c76db2e352f1c0bdfe6c18a053389cf7..6411970a501bc2980055b98154dfce2dfc922a6a 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="12.0.0"
+TOOLS_VERSION="12.0.5"
 AC_INIT(
    [open-vm-tools],
-   [12.0.0],
+   [12.0.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 35d55dcb86ee6b249b046434e71672a23f9df9f0..78e3fe260c4a747ad3b1cb6972c9552c5b841157 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-19345655"
+       "build-19716617"
 #define BUILD_NUMBER_NUMERIC \
-       19345655
+       19716617
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "19345655"
+       "19716617"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-34242"
+       "product-build-35655"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       34242
+       35655
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "34242"
+       "35655"