Skip to content

Commit

Permalink
[AUTO][RELEASE]: Bump task.h version macros to "10.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Jul 13, 2023
1 parent b60ab2f commit 81a2a65
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.6.0"
#define tskKERNEL_VERSION_MAJOR 10
#define tskKERNEL_VERSION_MINOR 4
#define tskKERNEL_VERSION_BUILD 4
#define tskKERNEL_VERSION_MINOR 6
#define tskKERNEL_VERSION_BUILD 0

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

0 comments on commit 81a2a65

Please sign in to comment.