diff --git a/NEWS b/NEWS index ea35499..12a1709 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Chanes in kmxtools 0.3.0 + + * Fix crash in the absence of MIDI ports. + * Fix crash in the presence of multiple raw MIDI devices. + * Fix detection of GLOBAL mode. + * Detect the correct global MIDI channel to use. + + Changes in kmxtools 0.2.0 * List programs on the microX. diff --git a/configure.ac b/configure.ac index 59f42f0..39ebf3e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Configure template for the kmxtool package -AC_INIT([KORG microX utility], [0.2.0], +AC_INIT([KORG microX utility], [0.3.0], [dgouttegattat@incenp.org], [kmxtool]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])