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:
authorMark Kriegsman <kriegsman@users.noreply.github.com>2018-01-13 02:28:07 +0300
committerMark Kriegsman <kriegsman@users.noreply.github.com>2018-01-13 02:28:07 +0300
commitdb7e942869a9ddac7ee3cf6703050b8070a0e885 (patch)
tree9a1593fd150511f2c0ec6755f383607c9241fdad
parentc1ab8fa86f6d6ecbf40ab7f28b36116a3c931916 (diff)
MEK: bumping version number to do a release picking up numerous community contributions -- thank you!
-rw-r--r--FastLED.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/FastLED.h b/FastLED.h
index 6e2e03d6..3d267666 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,12 +11,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3001006
+#define FASTLED_VERSION 3001007
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.001.006"
+# pragma message "FastLED version 3.001.007"
# else
-# warning FastLED version 3.001.006 (Not really a warning, just telling you here.)
+# warning FastLED version 3.001.007 (Not really a warning, just telling you here.)
# endif
#endif