From 37904b5fa6bde89fe90df4c0da170ddcd0e231eb Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 7 Nov 2021 17:03:28 +0100 Subject: [PATCH] make rc1 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 2a7eba0..5a0f943 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0" +#define VERSION "3.2.0 rc1" // 3.2.0 Major functional and non-functional changes. // New HAL added for I/O (digital and analogue inputs and outputs, servos etc). // Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.