From d16bc60f69a089c2b696966cbcb62c410fdd7022 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 3 Jul 2014 02:33:29 +1000 Subject: [PATCH] Force Resmed database upgrade --- sleepyhead/SleepLib/loader_plugins/resmed_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/SleepLib/loader_plugins/resmed_loader.h b/sleepyhead/SleepLib/loader_plugins/resmed_loader.h index 0264fa41..4c44a6f8 100644 --- a/sleepyhead/SleepLib/loader_plugins/resmed_loader.h +++ b/sleepyhead/SleepLib/loader_plugins/resmed_loader.h @@ -23,7 +23,7 @@ //******************************************************************************************** // Please INCREMENT the following value when making changes to this loaders implementation. // -const int resmed_data_version = 8; +const int resmed_data_version = 9; // //********************************************************************************************