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 f272d3f commit 5216a14Copy full SHA for 5216a14
include/task.h
@@ -46,10 +46,17 @@
46
* MACROS AND DEFINITIONS
47
*----------------------------------------------------------*/
48
49
-#define tskKERNEL_VERSION_NUMBER "V10.4.999"
+/*
50
+ * If tskKERNEL_VERSION_NUMBER ends with + it represents the version in development
51
+ * the numbered release.
52
+ *
53
+ * The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
54
+ * values will reflect the last released version1 number.
55
+ */
56
+#define tskKERNEL_VERSION_NUMBER "V10.4.3+"
57
#define tskKERNEL_VERSION_MAJOR 10
58
#define tskKERNEL_VERSION_MINOR 4
-#define tskKERNEL_VERSION_BUILD 999
59
+#define tskKERNEL_VERSION_BUILD 3
60
61
/* MPU region parameters passed in ulParameters
62
* of MemoryRegion_t struct. */
0 commit comments