minor release number bump for next unstable

This commit is contained in:
Mark Watkins 2013-11-04 16:57:16 +10:00
parent a97bb0be80
commit fda69582ef
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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