Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-01-27 23:18:47 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-01-27 23:18:47 +0300
commitc0bd0c90ab1c185dc27618a364e0561bbc6962c3 (patch)
treecb714c1f460a9ef4cee17b624d890b95e3d61d9c
parentc22a57f7e2402c099deaa20824a14a3a9a48f789 (diff)
Bumping version to 3.2.53.2.5
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md5
4 files changed, 10 insertions, 5 deletions
diff --git a/FastLED.h b/FastLED.h
index 8067cbf7..8571db89 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002004
+#define FASTLED_VERSION 3002005
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.004"
+# pragma message "FastLED version 3.002.005"
# else
-# warning FastLED version 3.002.004 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.005 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 3e0e423a..d11a637b 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.4",
+ "version": "3.2.5",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index d17dab7a..ee6180de 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.4
+version=3.2.5
author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
diff --git a/release_notes.md b/release_notes.md
index ab597022..d33f4e05 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,8 @@
+FastLED 3.2.5
+=============
+
+* Fix for SAMD51 based boards (a SAMD21 optimization broke the D51 builds, now D51 is a separate platform)
+
FastLED 3.2.4
=============