diff --git a/c++/jackmeter/jackmeter.cpp b/c++/jackmeter/jackmeter.cpp index 56809f4..e9d6ca9 100644 --- a/c++/jackmeter/jackmeter.cpp +++ b/c++/jackmeter/jackmeter.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "0.8" +#define VERSION "0.8.1" #include "../jack_utils.hpp" #include "../widgets/digitalpeakmeter.hpp" diff --git a/c++/xycontroller/xycontroller.cpp b/c++/xycontroller/xycontroller.cpp index 2e0f074..9aa1795 100644 --- a/c++/xycontroller/xycontroller.cpp +++ b/c++/xycontroller/xycontroller.cpp @@ -21,7 +21,7 @@ # define nullptr (0) #endif -#define VERSION "0.8" +#define VERSION "0.8.1" #include "../jack_utils.hpp" #include "../midi_queue.hpp" diff --git a/src/shared.py b/src/shared.py index 40bcc0f..6a26f5b 100644 --- a/src/shared.py +++ b/src/shared.py @@ -70,7 +70,7 @@ except: # ------------------------------------------------------------------------------------------------------------ # Set Version -VERSION = "0.8" +VERSION = "0.8.1" # ------------------------------------------------------------------------------------------------------------ # Set Debug mode