From 10101441e86e35e9d4da99f998ff9d4c2c6ba1b6 Mon Sep 17 00:00:00 2001
From: SeeLook <945374+SeeLook@users.noreply.github.com>
Date: Mon, 23 Sep 2019 22:09:00 +0200
Subject: [PATCH] Bumped to 1.7.0. Some numerology here: 1.5 for alpha, 1.7 for
 beta, than 1.9 rc and... (Happy New Year I hope)

---
 CMakeLists.txt               | 4 ++--
 changes                      | 2 +-
 src/libs/core/nootkaconfig.h | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07e059cae..e0585e236 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ endif()
 project(nootka)
 
 set(Nootka_VERSION_MAJOR  "1")
-set(Nootka_VERSION_MINOR  "5")
-set(Nootka_VERSION_PATCH  "3-beta1")
+set(Nootka_VERSION_MINOR  "7")
+set(Nootka_VERSION_PATCH  "0-beta1")
 
 
 set(Nootka_VERSION       "${Nootka_VERSION_MAJOR}.${Nootka_VERSION_MINOR}")
diff --git a/changes b/changes
index eab150adc..a33edc88a 100644
--- a/changes
+++ b/changes
@@ -1,4 +1,4 @@
-1.5.3 beta1
+1.7.0 beta1
   Nootka says: I speak Italian
      - added Italian translation
      - metronome can tick audibly, also during pitch detection
diff --git a/src/libs/core/nootkaconfig.h b/src/libs/core/nootkaconfig.h
index a3a89dda6..052d13699 100644
--- a/src/libs/core/nootkaconfig.h
+++ b/src/libs/core/nootkaconfig.h
@@ -1,3 +1,3 @@
 
-#define NOOTKA_VERSION "1.5.3-beta1"
+#define NOOTKA_VERSION "1.7.0-beta1"
 
-- 
GitLab