]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
bump version and build number
authorOliver Kurth <okurth@vmware.com>
Wed, 7 Nov 2018 01:14:40 +0000 (17:14 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 7 Nov 2018 01:14:40 +0000 (17:14 -0800)
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index 8211b2b359a6ec073a15231f9f697af8484c003a..325a39f5c468d87ece99d6a184f8f73a248d2bca 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="10.3.0"
+TOOLS_VERSION="10.3.5"
 AC_INIT(
    [open-vm-tools],
-   [10.3.0],
+   [10.3.5],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index c0a903a31b9e119da27eef50d2d2872a3ee4d76c..0415949e4bca14f67d4e391eca8d4783c96bc3ef 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-8931395"
+       "build-10430147"
 #define BUILD_NUMBER_NUMERIC \
-       8931395
+       10430147
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "8931395"
+       "10430147"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-5330"
+       "product-build-7752"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       5330
+       7752
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "5330"
+       "7752"