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:
Diffstat (limited to 'FastLED.h')
-rw-r--r--FastLED.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/FastLED.h b/FastLED.h
index d7934ade..4b7cd747 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002007
+#define FASTLED_VERSION 3002008
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.007"
+# pragma message "FastLED version 3.002.008"
# else
-# warning FastLED version 3.002.007 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.008 (Not really a warning, just telling you here.)
# endif
#endif