]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
update version and build number
authorOliver Kurth <okurth@vmware.com>
Sat, 16 Mar 2019 17:40:23 +0000 (10:40 -0700)
committerOliver Kurth <okurth@vmware.com>
Sat, 16 Mar 2019 17:40:23 +0000 (10:40 -0700)
open-vm-tools/configure.ac
open-vm-tools/lib/include/buildNumber.h

index 74c8984e4440c5df65c96bcc9a042a1fcfcff489..fe671ceec9137e5c35e61affc553734c0eceeb88 100644 (file)
 ### Initialization
 ###
 
-TOOLS_VERSION="10.3.5"
+TOOLS_VERSION="10.3.10"
 AC_INIT(
    [open-vm-tools],
-   [10.3.5],
+   [10.3.10],
    [open-vm-tools-devel@lists.sourceforge.net])
 
 # In order to make this configure script auto-detect situations where
index 0415949e4bca14f67d4e391eca8d4783c96bc3ef..91d7a41ae3d3b31ea781d3c2392fd6f988181348 100644 (file)
@@ -1,12 +1,12 @@
 #define BUILD_NUMBER \
-       "build-10430147"
+       "build-12406962"
 #define BUILD_NUMBER_NUMERIC \
-       10430147
+       12406962
 #define BUILD_NUMBER_NUMERIC_STRING \
-       "10430147"
+       "12406962"
 #define PRODUCT_BUILD_NUMBER \
-       "product-build-7752"
+       "product-build-10540"
 #define PRODUCT_BUILD_NUMBER_NUMERIC \
-       7752
+       10540
 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
-       "7752"
+       "10540"