From 2614ce5bbf473c3df03f35d68cd8eceee8dbbf98 Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Mon, 9 Nov 2020 12:29:03 -0800 Subject: [PATCH] Common header file change not applicable to open-vm-tools. --- open-vm-tools/lib/include/vm_product_versions.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/open-vm-tools/lib/include/vm_product_versions.h b/open-vm-tools/lib/include/vm_product_versions.h index 7bc8af9c2..3172e8e5b 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -237,6 +237,11 @@ #define VPXD_VDB_DB_VERSION_ID 701 #define VPXD_VDB_DB_VERSION_VALUE "VirtualCenter Database 7.0" +/* + * OSM Release Version for OSS/TP usage tracking and ticket filing + */ +#define VPX_OSM_VERSION "latest" + // Virtual Appliance Patch Version Number // This is the last component of the VCSA w.x.y.z version number // While patching / minor update this number is used by VCSA -- 2.47.3