From cc69244a8f38fdd9ebe46461b782051517a89fb3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:55:17 +0100 Subject: [PATCH] Changed platformio compiler option Changed platformio compiler option `no target align` enabled for stage --- CHANGELOG.md | 6 +++--- RELEASENOTES.md | 4 ++-- tasmota/tasmota_version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e73257f3..c1ddb638a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development -## [9.1.0.0] - -- Version bump +## [9.1.0.1] +### Changed +- platformio compiler option `no target align` enabled for stage ## [Released] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4f0df15be..ba7b22c3e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -57,5 +57,5 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota [Complete list](BUILDS.md) of available feature and sensors. -## Changelog v9.1.0.0 -- Version bump +## Changelog v9.1.0.1 +- platformio compiler option `no target align` enabled for stage diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 1b16064bc..37a103f23 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,7 +20,7 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x09010000; +const uint32_t VERSION = 0x09010001; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;