Skip to content

Commit a1b9132

Browse files
committed
Update tskKERNEL_VERSION_NUMBER and tskKERNEL_VERSION_BUILD to V10.4.999 to denote the development branch
1 parent 9a3a5a8 commit a1b9132

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
@@ -44,10 +44,10 @@
4444
* MACROS AND DEFINITIONS
4545
*----------------------------------------------------------*/
4646

47-
#define tskKERNEL_VERSION_NUMBER "V10.4.3"
47+
#define tskKERNEL_VERSION_NUMBER "V10.4.999"
4848
#define tskKERNEL_VERSION_MAJOR 10
4949
#define tskKERNEL_VERSION_MINOR 4
50-
#define tskKERNEL_VERSION_BUILD 3
50+
#define tskKERNEL_VERSION_BUILD 999
5151

5252
/* MPU region parameters passed in ulParameters
5353
* of MemoryRegion_t struct. */

0 commit comments

Comments
 (0)