We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2624889 commit 06e3623Copy full SHA for 06e3623
1 file changed
include/task.h
@@ -54,9 +54,9 @@
54
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
55
* values will reflect the last released version number.
56
*/
57
-#define tskKERNEL_VERSION_NUMBER "V11.1.0+"
+#define tskKERNEL_VERSION_NUMBER "V11.3.0"
58
#define tskKERNEL_VERSION_MAJOR 11
59
-#define tskKERNEL_VERSION_MINOR 1
+#define tskKERNEL_VERSION_MINOR 3
60
#define tskKERNEL_VERSION_BUILD 0
61
62
/* MPU region parameters passed in ulParameters
0 commit comments