Update version macros

This commit is contained in:
David Chalco 2020-09-09 14:05:50 -07:00
parent 11c38abbdc
commit 0410d130e8

View file

@ -44,10 +44,10 @@
* MACROS AND DEFINITIONS
*----------------------------------------------------------*/
#define tskKERNEL_VERSION_NUMBER "V10.3.1"
#define tskKERNEL_VERSION_NUMBER "V10.4.0"
#define tskKERNEL_VERSION_MAJOR 10
#define tskKERNEL_VERSION_MINOR 3
#define tskKERNEL_VERSION_BUILD 1
#define tskKERNEL_VERSION_MINOR 4
#define tskKERNEL_VERSION_BUILD 0
/* MPU region parameters passed in ulParameters
* of MemoryRegion_t struct. */