From be1cabe2436931d75c8ca09e402f6aabb2e42ad4 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Thu, 11 Jan 2024 17:40:10 +0200 Subject: [PATCH] Bump version to 1.9.4 --- c++/xycontroller/xycontroller.cpp | 2 +- src/shared.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/xycontroller/xycontroller.cpp b/c++/xycontroller/xycontroller.cpp index 15dd987..725e9bb 100644 --- a/c++/xycontroller/xycontroller.cpp +++ b/c++/xycontroller/xycontroller.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "1.9.3" +#define VERSION "1.9.4" #include "../jack_utils.hpp" #include "../midi_queue.hpp" diff --git a/src/shared.py b/src/shared.py index c772acc..ec4378c 100644 --- a/src/shared.py +++ b/src/shared.py @@ -85,7 +85,7 @@ sys.excepthook = sys_excepthook # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "1.9.3" +VERSION = "1.9.4" # ------------------------------------------------------------------------------------------------------------ # Set Debug mode