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 'src/FastLED.h')
-rw-r--r--src/FastLED.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/FastLED.h b/src/FastLED.h
index 042496fc..c6be2b5c 100644
--- a/src/FastLED.h
+++ b/src/FastLED.h
@@ -8,12 +8,14 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3004000
+#define FASTLED_VERSION 3005000
#ifndef FASTLED_INTERNAL
-# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.004.000"
-# else
-# warning FastLED version 3.004.000 (Not really a warning, just telling you here.)
+# ifdef FASTLED_SHOW_VERSION
+# ifdef FASTLED_HAS_PRAGMA_MESSAGE
+# pragma message "FastLED version 3.005.000"
+# else
+# warning FastLED version 3.005.000 (Not really a warning, just telling you here.)
+# endif
# endif
#endif