Prep release 8.5.1

This commit is contained in:
Theo Arends 2020-10-01 15:38:29 +02:00
parent c987f4357e
commit 61d6a1240b
3 changed files with 6 additions and 2 deletions

View File

@ -55,7 +55,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
## Changelog
### Version 8.5.0.1
### Version 8.5.1 Hannah
- Fix energy total counters (#9263, #9266)
- Fix crash in ``ZbRestore``

View File

@ -1,5 +1,9 @@
## Released
### 8.5.1 20201002
- Release Hannah
## Unreleased (development)
### 8.5.0.1 20200907

View File

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