mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
minor release number bump for next unstable
This commit is contained in:
parent
a97bb0be80
commit
fda69582ef
@ -16,6 +16,7 @@ Please remember, for achieving the best sync, always start your oximeter at the
|
|||||||
<b>New features & bugs fixes in this Update:</b><br/>
|
<b>New features & bugs fixes in this Update:</b><br/>
|
||||||
|
|
||||||
<list>
|
<list>
|
||||||
|
<li>Retina display fixes for Mac platform</li>
|
||||||
<li>Introduced yAxis Scaling modes</li>
|
<li>Introduced yAxis Scaling modes</li>
|
||||||
<li>Cleaned up mouse handling underneath</li>
|
<li>Cleaned up mouse handling underneath</li>
|
||||||
<li>Better ResMed SD card backups</li>
|
<li>Better ResMed SD card backups</li>
|
||||||
|
@ -6,11 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<b>Changes in this version</b><br/>
|
<b>Changes in this version</b><br/>
|
||||||
<list>
|
<list>
|
||||||
<li>Introduced yAxis Scaling modes</li>
|
<li>Retina display support for Mac platform</li>
|
||||||
<li>Cleaned up mouse handling underneath</li>
|
|
||||||
<li>Better ResMed SD card backups</li>
|
|
||||||
<li>New Profile selection screen</li>
|
|
||||||
<li>Fixed inconsistency with graph legend markers</li>
|
|
||||||
</list>
|
</list>
|
||||||
|
|
||||||
<p>Have fun!</p>
|
<p>Have fun!</p>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
const int major_version=0;
|
const int major_version=0;
|
||||||
const int minor_version=9;
|
const int minor_version=9;
|
||||||
const int revision_number=4;
|
const int revision_number=4;
|
||||||
const int release_number=1;
|
const int release_number=2;
|
||||||
|
|
||||||
|
|
||||||
#ifdef UNSTABLE_BUILD
|
#ifdef UNSTABLE_BUILD
|
||||||
|
Loading…
Reference in New Issue
Block a user