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:
authorDaniel Garcia <danielgarcia@gmail.com>2014-10-29 23:43:05 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-10-29 23:43:05 +0300
commit3a22155aabf76463e6692363fc534c88485ded65 (patch)
treeb32e05c6c7c62f70dfd9ca26e666091f00b60b14 /FastLED.h
parentd2aedea7d14f7f8c30e21386bfade1ee8065f53b (diff)
Bumping version number
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 01da4045..43c990f1 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -7,8 +7,8 @@
#define xstr(s) str(s)
#define str(s) #s
-#define FASTLED_VERSION 3000000
-#warning FastLED version 3000000 (Not really a warning, just telling you here.)
+#define FASTLED_VERSION 3000001
+#warning FastLED version 3.000.001 (Not really a warning, just telling you here.)
#define __PROG_TYPES_COMPAT__