]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Shared header file update; no impact on open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)
open-vm-tools/lib/include/vm_product_versions.h

index d5055d1b1afd0e207b6375ef8b80c64f919af246..cd45dca0f4e0895c712781be177476ec6149b1c0 100644 (file)
 #define VPXD_VDB_DB_VERSION_ID            610
 #define VPXD_VDB_DB_VERSION_VALUE         "VirtualCenter Database 6.1"
 
+// 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
+// to validate a patch iso .
+// Changing the version is required when CPD releases an update.
+#define VA_PATCH_VERSION  "5100"
+
 #define SVA_VERSION "1.0.0"
 #define SSO_VERSION "1.0.0"
 #define WBC_VERSION "5.1.0"