Bump version to 1.9.4

This commit is contained in:
Nedko Arnaudov 2024-01-11 17:40:10 +02:00
parent e75790556e
commit be1cabe243
2 changed files with 2 additions and 2 deletions

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"

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