Browse Source

Bump version to 1.9.4

pull/362/head
Nedko Arnaudov 1 year ago
parent
commit
be1cabe243
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      c++/xycontroller/xycontroller.cpp
  2. +1
    -1
      src/shared.py

+ 1
- 1
c++/xycontroller/xycontroller.cpp View File

@@ -21,7 +21,7 @@
# define nullptr (0) # define nullptr (0)
#endif #endif


#define VERSION "1.9.3"
#define VERSION "1.9.4"


#include "../jack_utils.hpp" #include "../jack_utils.hpp"
#include "../midi_queue.hpp" #include "../midi_queue.hpp"


+ 1
- 1
src/shared.py View File

@@ -85,7 +85,7 @@ sys.excepthook = sys_excepthook
# ------------------------------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------
# Set Version # Set Version


VERSION = "1.9.3"
VERSION = "1.9.4"


# ------------------------------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------------------------------
# Set Debug mode # Set Debug mode


Loading…
Cancel
Save