mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Forgot to update ResMed & CMS50 database version number
This commit is contained in:
parent
45a15ec38f
commit
58bcf5a700
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
//
|
||||
//********************************************************************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user