]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
sync version and build number
authorOliver Kurth <okurth@vmware.com>
Wed, 29 Aug 2018 20:53:31 +0000 (13:53 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 29 Aug 2018 20:53:31 +0000 (13:53 -0700)
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index 46e290e3d7721aaaf599b75d0e3fabb896a85500..67382409b1dde9def7ff575ea1e1d3c04fffda13 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="10.2.0"
+TOOLS_VERSION="10.4.0"
 AC_INIT(
    [open-vm-tools],
-   [10.2.0],
+   [10.4.0],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 8febfc28d61900096c85d9ed26cce2581368fd6a..18c5ab94e644d1adeb162c49a86de5d81130cf0e 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-3227872"
+       "build-9690316"
 #define BUILD_NUMBER_NUMERIC \
-       3227872
+       9690316
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "3227872"
+       "9690316"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-52125"
+       "product-build-6484"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       52125
+       6484
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "52125"
+       "6484"