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