From ff2450919f9b25c05b0c2760e0c86ecc3ddb3da2 Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Mon, 2 May 2022 16:53:12 -0400 Subject: [PATCH] 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. --- oscar/SleepLib/loader_plugins/prs1_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/SleepLib/loader_plugins/prs1_loader.h b/oscar/SleepLib/loader_plugins/prs1_loader.h index c6019f10..334a40ac 100644 --- a/oscar/SleepLib/loader_plugins/prs1_loader.h +++ b/oscar/SleepLib/loader_plugins/prs1_loader.h @@ -21,7 +21,7 @@ //******************************************************************************************** // Please INCREMENT the following value when making changes to this loaders implementation // BEFORE making a release -const int prs1_data_version = 20; +const int prs1_data_version = 21; // //******************************************************************************************** const QString prs1_class_name = STR_MACH_PRS1;