diff --git a/c++/xycontroller/xycontroller.cpp b/c++/xycontroller/xycontroller.cpp index 805e384..15dd987 100644 --- a/c++/xycontroller/xycontroller.cpp +++ b/c++/xycontroller/xycontroller.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "0.9.2" +#define VERSION "1.9.3" #include "../jack_utils.hpp" #include "../midi_queue.hpp" diff --git a/src/shared.py b/src/shared.py index e65d292..c772acc 100644 --- a/src/shared.py +++ b/src/shared.py @@ -85,7 +85,7 @@ sys.excepthook = sys_excepthook # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "0.9.2" +VERSION = "1.9.3" # ------------------------------------------------------------------------------------------------------------ # Set Debug mode