mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +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/>
|
||||
|
||||
<list>
|
||||
<li>Retina display fixes for Mac platform</li>
|
||||
<li>Introduced yAxis Scaling modes</li>
|
||||
<li>Cleaned up mouse handling underneath</li>
|
||||
<li>Better ResMed SD card backups</li>
|
||||
|
@ -6,11 +6,7 @@
|
||||
</div>
|
||||
<b>Changes in this version</b><br/>
|
||||
<list>
|
||||
<li>Introduced yAxis Scaling modes</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>
|
||||
<li>Retina display support for Mac platform</li>
|
||||
</list>
|
||||
|
||||
<p>Have fun!</p>
|
||||
|
@ -6,7 +6,7 @@
|
||||
const int major_version=0;
|
||||
const int minor_version=9;
|
||||
const int revision_number=4;
|
||||
const int release_number=1;
|
||||
const int release_number=2;
|
||||
|
||||
|
||||
#ifdef UNSTABLE_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user