diff --git a/Projects/CodeBlocks/SleepyHead.depend b/Projects/CodeBlocks/SleepyHead.depend index 4762faab..2ab3e59e 100644 --- a/Projects/CodeBlocks/SleepyHead.depend +++ b/Projects/CodeBlocks/SleepyHead.depend @@ -8306,7 +8306,7 @@ -1308025958 /home/mark/projects/git/sleepyhead/src/version.h +1308026543 /home/mark/projects/git/sleepyhead/src/version.h 1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h "machine.h" @@ -8324,7 +8324,7 @@ "preferences.h" "tinyxml/tinyxml.h" -1308010361 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp +1308026543 source:/home/mark/projects/git/sleepyhead/src/SleepyHeadMain.cpp "wx_pch.h" "version.h" @@ -11019,7 +11019,7 @@ "texture-atlas.h" -1307999961 source:/home/mark/projects/git/sleepyhead/src/libs/freetype-gl/texture-font.cpp +1308025957 source:/home/mark/projects/git/sleepyhead/src/libs/freetype-gl/texture-font.cpp diff --git a/src/SleepyHeadMain.cpp b/src/SleepyHeadMain.cpp index 9e7bff32..c998ef49 100644 --- a/src/SleepyHeadMain.cpp +++ b/src/SleepyHeadMain.cpp @@ -947,7 +947,7 @@ void Daily::RefreshData() } wxRect r=HTMLInfo->GetRect(); int w=r.width-27; - /* ahi_bmp=G_AHI->RenderBitmap(w,25); + ahi_bmp=G_AHI->RenderBitmap(w,25); tap_bmp=TAP->RenderBitmap(w,25); if (ahi_bmp) wxMemoryFSHandler::AddFile(_T("ahi.png"), *ahi_bmp, wxBITMAP_TYPE_PNG); @@ -959,7 +959,7 @@ void Daily::RefreshData() tiap_bmp=TAP_IAP->RenderBitmap(w,25); wxMemoryFSHandler::AddFile(_T("teap.png"), *teap_bmp, wxBITMAP_TYPE_PNG); wxMemoryFSHandler::AddFile(_T("tiap.png"), *tiap_bmp, wxBITMAP_TYPE_PNG); - } */ + } pr=(PRTypes)cpap->summary_max(CPAP_PressureReliefType); if (pr==PR_NONE) diff --git a/src/version.h b/src/version.h index b4ed8bdc..01715a0d 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 = 5640; - static const long REVISION = 14116; + static const long BUILD = 5641; + static const long REVISION = 14124; //Miscellaneous Version Types - static const long BUILDS_COUNT = 5842; - #define RC_FILEVERSION 0,7,5640,14116 - #define RC_FILEVERSION_STRING "0, 7, 5640, 14116\0" - static const char FULLVERSION_STRING[] = "0.7.5640.14116"; + static const long BUILDS_COUNT = 5845; + #define RC_FILEVERSION 0,7,5641,14124 + #define RC_FILEVERSION_STRING "0, 7, 5641, 14124\0" + static const char FULLVERSION_STRING[] = "0.7.5641.14124"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 0;