Skip to content

Commit 82c897a

Browse files
committed
[AUTO][RELEASE]: Bump task.h version macros to "11.2.0"
1 parent 60f34f8 commit 82c897a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/task.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
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 "V11.1.0+"
56+
#define tskKERNEL_VERSION_NUMBER "V11.2.0"
5757
#define tskKERNEL_VERSION_MAJOR 11
58-
#define tskKERNEL_VERSION_MINOR 1
58+
#define tskKERNEL_VERSION_MINOR 2
5959
#define tskKERNEL_VERSION_BUILD 0
6060

6161
/* MPU region parameters passed in ulParameters

0 commit comments

Comments
 (0)