From ba44887853c841349da7cb35a8cb098193f4002f Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Fri, 27 Dec 2019 22:10:02 -0600 Subject: [PATCH] Bump the PRS1 loader version to force rebuilds of PRS1 data. This was bumped once already after the previous release version, but bumping it again now will make sure that all beta testers are working from data based on the current state of the PRS1 loader. --- 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 9a9bda6c..d6e32500 100644 --- a/oscar/SleepLib/loader_plugins/prs1_loader.h +++ b/oscar/SleepLib/loader_plugins/prs1_loader.h @@ -25,7 +25,7 @@ //******************************************************************************************** // Please INCREMENT the following value when making changes to this loaders implementation // BEFORE making a release -const int prs1_data_version = 16; +const int prs1_data_version = 17; // //******************************************************************************************** #if 0 // Apparently unused