Bump version to 8.0.0.3

This commit is contained in:
Theo Arends 2019-12-24 17:25:21 +01:00
parent b66cc3479f
commit 8cf7c6fbc2
3 changed files with 6 additions and 2 deletions

View File

@ -50,7 +50,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## Changelog ## Changelog
### Version 8.0.0.2 ### Version 8.0.0.3
- Change Settings text handling allowing variable length text within a total text pool of 699 characters - Change Settings text handling allowing variable length text within a total text pool of 699 characters
- Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179) - Change Smoother ``Fade`` using 100Hz instead of 20Hz animation (#7179)

View File

@ -1,5 +1,9 @@
## Unreleased (development) ## Unreleased (development)
### 8.0.0.3 20191224
- Version bump due to internal Settings change
### 8.0.0.2 20191223 ### 8.0.0.2 20191223
- Changed Settings variable namings - Changed Settings variable namings

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_ #ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x08000002; const uint32_t VERSION = 0x08000003;
// Lowest compatible version // Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006; const uint32_t VERSION_COMPATIBLE = 0x07010006;