From fda69582ef5cb67af79be9bebd237212033a12d5 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 4 Nov 2013 16:57:16 +1000 Subject: [PATCH] minor release number bump for next unstable --- sleepyhead/docs/release_notes.html | 1 + sleepyhead/docs/update_notes.html | 6 +----- sleepyhead/version.h | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sleepyhead/docs/release_notes.html b/sleepyhead/docs/release_notes.html index d0c88b8b..e2a9898b 100644 --- a/sleepyhead/docs/release_notes.html +++ b/sleepyhead/docs/release_notes.html @@ -16,6 +16,7 @@ Please remember, for achieving the best sync, always start your oximeter at the New features & bugs fixes in this Update:
+
  • Retina display fixes for Mac platform
  • Introduced yAxis Scaling modes
  • Cleaned up mouse handling underneath
  • Better ResMed SD card backups
  • diff --git a/sleepyhead/docs/update_notes.html b/sleepyhead/docs/update_notes.html index e21f005f..692b26fc 100644 --- a/sleepyhead/docs/update_notes.html +++ b/sleepyhead/docs/update_notes.html @@ -6,11 +6,7 @@ Changes in this version
    -
  • Introduced yAxis Scaling modes
  • -
  • Cleaned up mouse handling underneath
  • -
  • Better ResMed SD card backups
  • -
  • New Profile selection screen
  • -
  • Fixed inconsistency with graph legend markers
  • +
  • Retina display support for Mac platform
  • Have fun!

    diff --git a/sleepyhead/version.h b/sleepyhead/version.h index 93f451f4..cd4a9c12 100644 --- a/sleepyhead/version.h +++ b/sleepyhead/version.h @@ -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