From 4dfe1ec2625c38dec7f028272e1d17c391d887dc Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Tue, 9 Nov 2021 23:08:46 +0100 Subject: [PATCH] special version info --- GITHUB_SHA.h | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index 4338846..6621ebb 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "37904b5" +#define GITHUB_SHA "EX-RAIL-DC-20211109-2306" diff --git a/version.h b/version.h index 617673c..359a5a1 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0 rc2" +#define VERSION "3.2.0 DCrc2" // 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.