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
path: root/src
diff options
context:
space:
mode:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-12-22 21:27:38 +0300
committerMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2020-12-22 21:27:38 +0300
commit2fe6aebc778a836a8556b8e4508381e9c847f7a3 (patch)
tree71736fc9fc39b5db1b02b5394256e83835457094 /src
parentd5a7defc04eec53850de93c136e555d1965c73d6 (diff)
Updated for release 3.4.03.4.0
Diffstat (limited to 'src')
-rw-r--r--src/FastLED.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FastLED.h b/src/FastLED.h
index 0cc1acc4..042496fc 100644
--- a/src/FastLED.h
+++ b/src/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3003002
+#define FASTLED_VERSION 3004000
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.003.003"
+# pragma message "FastLED version 3.004.000"
# else
-# warning FastLED version 3.003.003 (Not really a warning, just telling you here.)
+# warning FastLED version 3.004.000 (Not really a warning, just telling you here.)
# endif
#endif