We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaf2b4 commit 694982aCopy full SHA for 694982a
version.h
@@ -6,7 +6,9 @@
6
#define COMPONENT_VERSION_MAJOR 1
7
#define COMPONENT_VERSION_MINOR 0
8
#define COMPONENT_VERSION_PATCH 21
9
-#define COMPONENT_VERSION_SUB_PATCH 0
+#define COMPONENT_VERSION_SUB_PATCH 1
10
+
11
+#define FIX_VER
12
13
#define MAKE_STRING(text) #text
14
#define MAKE_COMPONENT_VERSION(major,minor,patch) MAKE_STRING(major) "." MAKE_STRING(minor) "." MAKE_STRING(patch)
0 commit comments