Skip to content

Commit 5216a14

Browse files
committed
Added comment explaining the + in the version string
1 parent f272d3f commit 5216a14

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

include/task.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,17 @@
4646
* MACROS AND DEFINITIONS
4747
*----------------------------------------------------------*/
4848

49-
#define tskKERNEL_VERSION_NUMBER "V10.4.999"
49+
/*
50+
* If tskKERNEL_VERSION_NUMBER ends with + it represents the version in development
51+
* the numbered release.
52+
*
53+
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
54+
* values will reflect the last released version1 number.
55+
*/
56+
#define tskKERNEL_VERSION_NUMBER "V10.4.3+"
5057
#define tskKERNEL_VERSION_MAJOR 10
5158
#define tskKERNEL_VERSION_MINOR 4
52-
#define tskKERNEL_VERSION_BUILD 999
59+
#define tskKERNEL_VERSION_BUILD 3
5360

5461
/* MPU region parameters passed in ulParameters
5562
* of MemoryRegion_t struct. */

0 commit comments

Comments
 (0)