diff --git a/CMakeLists.txt b/CMakeLists.txt
index cbe35aedd3856dc90ca4ed6002feea940506cb2b..a0d839dee298be755f57344afbf13550e64f48d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ project(nootka)
 
 set(Nootka_VERSION_MAJOR  "1")
 set(Nootka_VERSION_MINOR  "7")
-set(Nootka_VERSION_PATCH  "3-git")
+set(Nootka_VERSION_PATCH  "3-beta3")
 
 
 set(Nootka_VERSION       "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
diff --git a/TODO.md b/TODO.md
index d64e47e74f917ff33c9a4aded38c9988acb2c507..bb1e97dcc8bc256d6e11394dc429af20987a1be1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,11 +7,13 @@
 
 ============================================================================
 ### Bugs to fix:
+  - 'out of instrument' message for sax doesn't fit a size
   - Exams: For non guitars single note question "give name of:" has nothing more
   - certificate for i.e. piano has strange size - probably font size/DPI scaling related issue
   - for melody set level selection accidentals to use makes no sense
   - do not allow selecting rests to start playing from them
   - jump to first tied note when playing position is changed
+  - playing with metronome doesn't work under Android
 
 ### To test:
   - melodies with ties and multiple rests (either playing or writing)
@@ -21,15 +23,14 @@
   - levels with melodies to be played and written in one
 
 ### For incoming stable release version 2.0
-  - Fix editing score under Android
   - Default font size - initial value is taken wrongly, so probably all adjustments have to be reviewed
   - (Settings) When tuning changes clef, set it for global and vice versa - change tuning clef when score one changes
   - level creator:
      - fix storing melody list in temporary/edited level - use that level list instead of creating pointers
-  - make difference between background color of *.nel *.noo icons - to better distinguish them
   - add more levels, in separate files, distributed with the installers
   - "Got It!" clues in some crucial parts: Android quick menu, pitch detection and so on
-  - exam summary - give more valuable info, wear it nicely
+  - add info that reading grand staff from musicxml created out of Nootka is not supported
+  - exam summary - give more valuable info, display it nicely
   - charts - show preview of entire melody, chart tip is not suitable for it
   - migrate on preferred 48000 sample rate (ogg files and audio methods). DO NOT forget to resize output samples length
 
diff --git a/changes b/changes
index 858d50d987dd5f25987fd085a5e5611b2bb47cac..aa00d27ceebd633f23f9fedee0327f3cce8fc6c3 100644
--- a/changes
+++ b/changes
@@ -1,4 +1,4 @@
-1.7.3 git
+1.7.3 beta3
      - new way of detecting note/rest duration (rhythms)
      - managing rests and ties in exam melodies
      - exam melodies from melody set can be played in order
diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml
index cfddb979558efa53aa4a136d71ebf951f720f40d..3baa26597bcfa58d824feb81bfe0f24b1861a50d 100644
--- a/src/android/AndroidManifest.xml
+++ b/src/android/AndroidManifest.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <manifest package="net.sf.nootka"
           xmlns:android="http://schemas.android.com/apk/res/android"
-          android:versionName="1.7.2-beta2"
+          android:versionName="1.7.3-beta3"
           android:versionCode="45"
           android:installLocation="auto">
     <application android:hardwareAccelerated="true"
diff --git a/src/libs/core/nootkaconfig.h b/src/libs/core/nootkaconfig.h
index a38ad82d195d065a5aeb53cad488d2e4ebd69935..b537192bcb8f821f5398f1931899682e5118e7cd 100644
--- a/src/libs/core/nootkaconfig.h
+++ b/src/libs/core/nootkaconfig.h
@@ -1,3 +1,3 @@
 
-#define NOOTKA_VERSION "1.7.3-git"
+#define NOOTKA_VERSION "1.7.3-beta3"