From e4c0bdd34863c52047ebd83c04d50c186c0760db Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Sun, 6 Jan 2019 18:04:17 +1300 Subject: [PATCH] Version bump to 1.4.4 --- 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 61fb742..1d88ec1 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.43" /// Version string, only used for indicative purpose. +#define VERSION "1.44" /// Version string, only used for indicative purpose. /**