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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FastLED.h b/FastLED.h
index 4ddccdb3..79f76396 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,9 +11,9 @@
#define FASTLED_VERSION 3002001
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.001"
+# pragma message "FastLED version 3.002.002"
# else
-# warning FastLED version 3.002.001 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.002 (Not really a warning, just telling you here.)
# endif
#endif