new context_info struct in compat checks (trunk only)
Add the context_info struct to the version compatibility checks. This increments EDITLEVEL rendering prior save/bones files useless.
This commit is contained in:
@@ -544,7 +544,7 @@ output_dgn()
|
||||
cb = 0, nb = 0;
|
||||
static struct version_info version_data = {
|
||||
VERSION_NUMBER, VERSION_FEATURES,
|
||||
VERSION_SANITY1, VERSION_SANITY2
|
||||
VERSION_SANITY1, VERSION_SANITY2, VERSION_SANITY3
|
||||
};
|
||||
|
||||
if(++n_dgns <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user