Bump the PRS1 loader version to force a rebuild.

There are enough changes at this point that we want to ensure
that people have complete imports.
This commit is contained in:
sawinglogz 2022-05-02 16:53:12 -04:00
parent 08abe0d258
commit ff2450919f

View File

@ -21,7 +21,7 @@
//******************************************************************************************** //********************************************************************************************
// Please INCREMENT the following value when making changes to this loaders implementation // Please INCREMENT the following value when making changes to this loaders implementation
// BEFORE making a release // BEFORE making a release
const int prs1_data_version = 20; const int prs1_data_version = 21;
// //
//******************************************************************************************** //********************************************************************************************
const QString prs1_class_name = STR_MACH_PRS1; const QString prs1_class_name = STR_MACH_PRS1;