Skip to content

Commit

Permalink
[AUTO][RELEASE]: Bump task.h version macros to "10.5.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Nov 15, 2022
1 parent 444ac21 commit 612d9a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
* values will reflect the last released version number.
*/
#define tskKERNEL_VERSION_NUMBER "V10.4.4+"
#define tskKERNEL_VERSION_NUMBER "V10.5.1"
#define tskKERNEL_VERSION_MAJOR 10
#define tskKERNEL_VERSION_MINOR 4
#define tskKERNEL_VERSION_BUILD 4
#define tskKERNEL_VERSION_MINOR 5
#define tskKERNEL_VERSION_BUILD 1

/* MPU region parameters passed in ulParameters
* of MemoryRegion_t struct. */
Expand Down

0 comments on commit 612d9a8

Please sign in to comment.