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-22 07:01:27 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-10-22 07:01:27 +0400
commitf2f865f79217f4e511712143a542882396b5921a (patch)
treefd8ad1b2d12bc5c69e26bf83d9d0c023311ee914
parent8416d5a77a0f576a2c10cfe32c032d86bb5a5ea1 (diff)
parent5e359c9d7cb7b0668f771343085a152e479471f1 (diff)
Merge branch 'FastLED2.1' of https://github.com/FastLED/FastLED into FastLED2.1
-rw-r--r--FastLED.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/FastLED.h b/FastLED.h
index afb117c6..19b1b8b7 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -6,7 +6,10 @@
#define xstr(s) str(s)
#define str(s) #s
-#define FASTLED_VERSION 2001000
+
+#define FASTLED_VERSION 2001001
+#warning FastLED version 2001001 (Not really a warning, just telling you here.)
+
#define __PROG_TYPES_COMPAT__
#ifdef SmartMatrix_h