From c4f47c6be11d7ff0d5da8c316a619d34ed73e2c8 Mon Sep 17 00:00:00 2001 From: SeeLook <seelook@gmail.com> Date: Tue, 19 Jan 2021 11:08:20 +0100 Subject: [PATCH] 1.7.3-git is on - let's hope it becomes 1.9.0-rc1 --- CMakeLists.txt | 2 +- changes | 6 ++++-- src/android/AndroidManifest.xml | 4 ++-- src/libs/core/nootkaconfig.h | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0d839dee..e5ee4ed2d 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-beta3") +set(Nootka_VERSION_PATCH "4-git") set(Nootka_VERSION "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}") diff --git a/changes b/changes index aa00d27ce..781e41175 100644 --- a/changes +++ b/changes @@ -1,5 +1,7 @@ +1.7.4 git (1.9.0-rc1 ultimately) + 1.7.3 beta3 - - new way of detecting note/rest duration (rhythms) + - new, better way of detecting note/rest duration (rhythms) - managing rests and ties in exam melodies - exam melodies from melody set can be played in order - melodies order in set is editable @@ -23,7 +25,7 @@ - use long press to display description of some controls - vol keys invoke tuner but control volume when playing -1.7.1 (never released) +1.7.1 - improved analysis charts (look and behavior) - added handy drawer with exam list and chart options - improved tuner, added middle 'a' frequency settings there diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 7da846c48..959cde55a 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> <manifest package="net.sf.nootka" xmlns:android="http://schemas.android.com/apk/res/android" - android:versionName="1.7.3-beta3" - android:versionCode="47" + android:versionName="1.7.4-git" + android:versionCode="48" android:installLocation="auto"> <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" diff --git a/src/libs/core/nootkaconfig.h b/src/libs/core/nootkaconfig.h index b537192bc..8acffb2f1 100644 --- a/src/libs/core/nootkaconfig.h +++ b/src/libs/core/nootkaconfig.h @@ -1,3 +1,3 @@ -#define NOOTKA_VERSION "1.7.3-beta3" +#define NOOTKA_VERSION "1.7.4-git" -- GitLab