From 421d070fc190a2d33291ea9aea1c9cc28d3c088e Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Wed, 26 Dec 2018 18:29:09 +1300 Subject: [PATCH] Version bump to 1.42 --- src/config/System.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/System.h b/src/config/System.h index 3105d49..5fc3938 100644 --- a/src/config/System.h +++ b/src/config/System.h @@ -3,7 +3,7 @@ #define CONFIG_ADDR 0 ///< Address of the config block in the I2C EEPROM chip. #define CONFIG_RESERVED_SIZE 128 ///< Reserved size for the config block in the I2C EEPROM chip. #define CONFIG_SEED 14 ///< Seed use to detect invalid or outdate configuration data. -#define VERSION "1.41" /// Version string, only used for indicative purpose. +#define VERSION "1.42" /// Version string, only used for indicative purpose. /**