BPackageResolvableData: Compatible version field
Add fields haveCompatibleVersion and compatibleVersion. This allows us to have a minimum version a resolvable is backwards compatible with.
This commit is contained in:
parent
8730aba210
commit
ea754ce710
@ -32,7 +32,9 @@ struct BPackageResolvableData {
|
|||||||
BPackageResolvableType type;
|
BPackageResolvableType type;
|
||||||
const char* name;
|
const char* name;
|
||||||
bool haveVersion;
|
bool haveVersion;
|
||||||
|
bool haveCompatibleVersion;
|
||||||
BPackageVersionData version;
|
BPackageVersionData version;
|
||||||
|
BPackageVersionData compatibleVersion;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user