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 60f34f8 commit 82c897aCopy full SHA for 82c897a
include/task.h
@@ -53,9 +53,9 @@
53
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
54
* values will reflect the last released version number.
55
*/
56
-#define tskKERNEL_VERSION_NUMBER "V11.1.0+"
+#define tskKERNEL_VERSION_NUMBER "V11.2.0"
57
#define tskKERNEL_VERSION_MAJOR 11
58
-#define tskKERNEL_VERSION_MINOR 1
+#define tskKERNEL_VERSION_MINOR 2
59
#define tskKERNEL_VERSION_BUILD 0
60
61
/* MPU region parameters passed in ulParameters
0 commit comments