Forgot to update ResMed & CMS50 database version number

This commit is contained in:
Mark Watkins 2011-07-21 04:34:14 +10:00
parent 45a15ec38f
commit 58bcf5a700
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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;
//
//********************************************************************************************