Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Aggarwal <aggarg@amazon.com>2022-09-16 21:13:24 +0300
committerGaurav Aggarwal <aggarg@amazon.com>2022-09-16 21:13:24 +0300
commit292c794e985dfe8ef1b0e0ce1a1cf2d933ef493b (patch)
tree6380555fde2fe42f9917f0c6f40d3f28dc2232a4
parent9fa8dcb33ca866d60bd6184ef4e574384cd68454 (diff)
[AUTO][RELEASE]: Bump task.h version macros to "10.4.3 LTS Patch 3"
-rw-r--r--include/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h
index 39f2a1c68..bf460c607 100644
--- a/include/task.h
+++ b/include/task.h
@@ -44,7 +44,7 @@
* MACROS AND DEFINITIONS
*----------------------------------------------------------*/
-#define tskKERNEL_VERSION_NUMBER "V10.4.3 LTS Patch 2"
+#define tskKERNEL_VERSION_NUMBER "V10.4.3 LTS Patch 3"
#define tskKERNEL_VERSION_MAJOR 10
#define tskKERNEL_VERSION_MINOR 4
#define tskKERNEL_VERSION_BUILD 3