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 7f3a5ff commit 150469bCopy full SHA for 150469b
include/task.h
@@ -53,10 +53,10 @@
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 "V10.4.4+"
+#define tskKERNEL_VERSION_NUMBER "V10.4.5"
57
#define tskKERNEL_VERSION_MAJOR 10
58
#define tskKERNEL_VERSION_MINOR 4
59
-#define tskKERNEL_VERSION_BUILD 4
+#define tskKERNEL_VERSION_BUILD 5
60
61
/* MPU region parameters passed in ulParameters
62
* of MemoryRegion_t struct. */
0 commit comments