From f1f798f5de4a934f03f8f1833447db581063cccd Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 14 Oct 2013 02:48:50 +1000 Subject: [PATCH] Warning - Incremented ResMed importer version. --- 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 c1486f7c..bf75b622 100644 --- a/sleepyhead/SleepLib/loader_plugins/resmed_loader.h +++ b/sleepyhead/SleepLib/loader_plugins/resmed_loader.h @@ -22,7 +22,7 @@ Copyright: (c)2011 Mark Watkins //******************************************************************************************** // Please INCREMENT the following value when making changes to this loaders implementation. // -const int resmed_data_version=5; +const int resmed_data_version=6; // //********************************************************************************************