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 a3840bb commit 288d25fCopy full SHA for 288d25f
version.h
@@ -5,11 +5,8 @@
5
6
#define COMPONENT_VERSION_MAJOR 1
7
#define COMPONENT_VERSION_MINOR 0
8
-#define COMPONENT_VERSION_PATCH 20
9
-#define COMPONENT_VERSION_SUB_PATCH 5
10
-
11
-#define SIM_VA_MA_BETA
12
-#define FIX_VER
+#define COMPONENT_VERSION_PATCH 21
+#define COMPONENT_VERSION_SUB_PATCH 0
13
14
#define MAKE_STRING(text) #text
15
#define MAKE_COMPONENT_VERSION(major,minor,patch) MAKE_STRING(major) "." MAKE_STRING(minor) "." MAKE_STRING(patch)
0 commit comments