Skip to content

Commit

Permalink
[AUTO][RELEASE]: Bump task.h version macros to "10.4.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed May 28, 2021
1 parent b4a7a04 commit f5bd49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3+"
#define tskKERNEL_VERSION_NUMBER "V10.4.4"
#define tskKERNEL_VERSION_MAJOR 10
#define tskKERNEL_VERSION_MINOR 4
#define tskKERNEL_VERSION_BUILD 3
#define tskKERNEL_VERSION_BUILD 4

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

0 comments on commit f5bd49c

Please sign in to comment.