]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common header files; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:09 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:09 +0000 (11:23 -0700)
open-vm-tools/lib/include/productState.h
open-vm-tools/lib/include/vm_product_versions.h

index 5564b1c4da77f462c17efcfe345791f68f8ce581..6570c3861451c946924fd4193303e1e23060f86c 100644 (file)
@@ -50,6 +50,7 @@ typedef enum {
    PRODUCT_VMRC = 1 << 8,
    PRODUCT_GANTRY = 1 << 9,
    PRODUCT_VMACORETESTS = 1 << 10,
+   PRODUCT_SRM = 1 << 11,
    /* etc */
 } Product;
 typedef uint64 ProductMask;
index d3d3b0cad47c7fcc027dac6545c5a023e6f1406b..92f618949d5c3c1f4277adde452109829bc4e118 100644 (file)
 #    define PRODUCT_LICENSE_VERSION "1.0"
 #  elif defined(VMX86_VPX)
 #    define PRODUCT_LICENSE_VERSION "6.0"
-#    define PRODUCT_LICENSE_FILE_VERSION "6.5.0.0"
+#    define PRODUCT_LICENSE_FILE_VERSION "6.5.0.1"
 #  elif defined(VMX86_WBC)
 #    define PRODUCT_LICENSE_VERSION "1.0"
 #  elif defined(VMX86_SDK)
 #  define PRODUCT_VERSION_STRING_FOR_LICENSE PRODUCT_LICENSE_VERSION
 #endif
 #define PRODUCT_ESX_LICENSE_VERSION "6.0"
-#define PRODUCT_ESX_LICENSE_FILE_VERSION "6.5.0.1"
+#define PRODUCT_ESX_LICENSE_FILE_VERSION "6.5.0.2"
 #define PRODUCT_VSAN_LICENSE_VERSION "5.0"
 #define PRODUCT_VSAN_LICENSE_FILE_VERSION "6.3.0.0"