kOfxPropVersionLabel
— Unique user readable version string of a plugin or host.
#include "/ofxCore.h" #define kOfxPropVersionLabel "OfxPropVersionLabel"
This is a property that belongs to the host descriptor (read only), plugin descriptor (read/write).
Unique user readable version string of a plugin or host.
This is purely for user feedback, a plugin or host should use
kOfxPropVersion
if they need to check for specific versions.