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:
-rw-r--r--FastLED.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/FastLED.h b/FastLED.h
index afb117c6..19b1b8b7 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -6,7 +6,10 @@
#define xstr(s) str(s)
#define str(s) #s
-#define FASTLED_VERSION 2001000
+
+#define FASTLED_VERSION 2001001
+#warning FastLED version 2001001 (Not really a warning, just telling you here.)
+
#define __PROG_TYPES_COMPAT__
#ifdef SmartMatrix_h