From 2d845c52a174bd1504378c65cd1c027b53124c1d Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 19 Jun 2024 16:35:56 +0200 Subject: [PATCH] prepare for next version --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 7477a3e..2b24c71 100644 --- a/common.h +++ b/common.h @@ -20,7 +20,7 @@ //#define USE_SERIAL_DEBUG_PLOTTING #define VERSION_MAJOR 0 -#define VERSION_MINOR 9 +#define VERSION_MINOR 10 #define MAX_NUM_PADS 12 // a maximum of 12 pads are supported #define MAX_NUM_PAD_INPUTS 5 // a maximum of 5 sensors per pad is supported (where one is rim and one is the sum of three)