diff --git a/SleepLib/loader_plugins/cms50_loader.h b/SleepLib/loader_plugins/cms50_loader.h index 95df2033..70a79b11 100644 --- a/SleepLib/loader_plugins/cms50_loader.h +++ b/SleepLib/loader_plugins/cms50_loader.h @@ -11,7 +11,7 @@ License: GPL #include "SleepLib/machine_loader.h" const QString cms50_class_name="CMS50"; -const int cms50_data_version=1; +const int cms50_data_version=2; class CMS50Loader : public MachineLoader { diff --git a/SleepLib/loader_plugins/resmed_loader.h b/SleepLib/loader_plugins/resmed_loader.h index 9760a8ea..978dbde1 100644 --- a/SleepLib/loader_plugins/resmed_loader.h +++ b/SleepLib/loader_plugins/resmed_loader.h @@ -20,7 +20,7 @@ License: GPL //******************************************************************************************** // Please INCREMENT the following value when making changes to this loaders implementation. // -const int resmed_data_version=0; +const int resmed_data_version=1; // //********************************************************************************************