Freeze plugin cache version

This allows to copy existing VST2/3 cache files to
a new major version
This commit is contained in:
Robin Gareus 2023-09-27 17:28:20 +02:00
parent ea8742b030
commit 40a9ba746e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -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 {