Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 612d9a8

Browse files
committedNov 15, 2022
[AUTO][RELEASE]: Bump task.h version macros to "10.5.1"
1 parent 444ac21 commit 612d9a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎include/task.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
5454
* values will reflect the last released version number.
5555
*/
56-
#define tskKERNEL_VERSION_NUMBER "V10.4.4+"
56+
#define tskKERNEL_VERSION_NUMBER "V10.5.1"
5757
#define tskKERNEL_VERSION_MAJOR 10
58-
#define tskKERNEL_VERSION_MINOR 4
59-
#define tskKERNEL_VERSION_BUILD 4
58+
#define tskKERNEL_VERSION_MINOR 5
59+
#define tskKERNEL_VERSION_BUILD 1
6060

6161
/* MPU region parameters passed in ulParameters
6262
* of MemoryRegion_t struct. */

0 commit comments

Comments
 (0)
Please sign in to comment.