diff options
Diffstat (limited to 'Source/include/task.h')
-rw-r--r-- | Source/include/task.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/include/task.h b/Source/include/task.h index 56ca25350..316345505 100644 --- a/Source/include/task.h +++ b/Source/include/task.h @@ -1,5 +1,5 @@ /*
- FreeRTOS.org V4.0.5 - Copyright (C) 2003-2006 Richard Barry.
+ FreeRTOS.org V4.1.0 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -40,7 +40,7 @@ * MACROS AND DEFINITIONS
*----------------------------------------------------------*/
-#define tskKERNEL_VERSION_NUMBER "V4.0.5"
+#define tskKERNEL_VERSION_NUMBER "V4.1.0"
/**
* task. h
|