diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index c7902147..454f6f89 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8295,7 +8295,7 @@ -1307479655 /home/mark/projects/git/sleepyhead/src/version.h +1307480716 /home/mark/projects/git/sleepyhead/src/version.h 1307418393 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h "machine.h" diff --git a/src/SleepyHeadMain.cpp b/src/SleepyHeadMain.cpp index c76a5200..373e9850 100644 --- a/src/SleepyHeadMain.cpp +++ b/src/SleepyHeadMain.cpp @@ -805,6 +805,7 @@ void Daily::RefreshData() for (m=(*s)->events.begin();m!=(*s)->events.end();m++) { MachineCode code=m->first; if (code==CPAP_Leak) continue; + if (code==CPAP_SnoreGraph) continue; if (code==PRS1_Unknown12) continue; wxTreeItemId mcr; if (mcroot.find(code)==mcroot.end()) { diff --git a/src/version.h b/src/version.h index 31e3bb61..04007e68 100644 --- a/src/version.h +++ b/src/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long MAJOR = 0; static const long MINOR = 7; - static const long BUILD = 3687; - static const long REVISION = 3377; + static const long BUILD = 3690; + static const long REVISION = 3390; //Miscellaneous Version Types - static const long BUILDS_COUNT = 1425; - #define RC_FILEVERSION 0,7,3687,3377 - #define RC_FILEVERSION_STRING "0, 7, 3687, 3377\0" - static const char FULLVERSION_STRING[] = "0.7.3687.3377"; + static const long BUILDS_COUNT = 1439; + #define RC_FILEVERSION 0,7,3690,3390 + #define RC_FILEVERSION_STRING "0, 7, 3690, 3390\0" + static const char FULLVERSION_STRING[] = "0.7.3690.3390"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 0;