From e47eef495973e8c29425126dc0035fed832979ed Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 9 Oct 2019 11:23:18 +0100 Subject: [PATCH] Fixed strict aliasing bug for -O3 optimisation in etl::pool --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 8cd63038..132ee71e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "14.34.0", + "version": "14.34.1", "authors": { "name": "John Wellbelove", "email": "" diff --git a/library.properties b/library.properties index 0f25ebdd..fb32e213 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=14.34.0 +version=14.34.1 author= John Wellbelove maintainer=John Wellbelove license=MIT