Freeze plugin cache version
This allows to copy existing VST2/3 cache files to a new major version
This commit is contained in:
parent
ea8742b030
commit
40a9ba746e
@ -360,7 +360,7 @@ PluginManager::cache_valid () const
|
||||
uint32_t
|
||||
PluginManager::cache_version ()
|
||||
{
|
||||
return 1000 * atoi (X_(PROGRAM_VERSION)) + 2;
|
||||
return 7002; // 1000 * atoi (X_(PROGRAM_VERSION)) + 2;
|
||||
}
|
||||
|
||||
struct PluginInfoPtrNameSorter {
|
||||
|
Loading…
Reference in New Issue
Block a user