summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/task.h
diff options
context:
space:
mode:
authorRichard Barry <ribarry@amazon.com>2014-08-16 20:19:40 +0000
committerRichard Barry <ribarry@amazon.com>2014-08-16 20:19:40 +0000
commitd33a14b5fbe30275d29c8e7df1e808e91e46108d (patch)
tree2ffb96782aaa10f5f99578ebca63c6a9ccc0ecf6 /FreeRTOS/Source/include/task.h
parente491610725c899ea4ff1413921cb762659a80fcc (diff)
downloadfreertos-git-d33a14b5fbe30275d29c8e7df1e808e91e46108d.tar.gz
***IMMINENT RELEASE NOTICE***
Update version numbers ready for FreeRTOS V8.1.0 release in about 10 days.
Diffstat (limited to 'FreeRTOS/Source/include/task.h')
-rw-r--r--FreeRTOS/Source/include/task.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index e8fc4559a..bdc60598f 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.0.1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.1.0 - Copyright (C) 2014 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -81,10 +81,10 @@ extern "C" {
* MACROS AND DEFINITIONS
*----------------------------------------------------------*/
-#define tskKERNEL_VERSION_NUMBER "V8.0.1"
+#define tskKERNEL_VERSION_NUMBER "V8.1.0"
#define tskKERNEL_VERSION_MAJOR 8
-#define tskKERNEL_VERSION_MINOR 0
-#define tskKERNEL_VERSION_BUILD 1
+#define tskKERNEL_VERSION_MINOR 1
+#define tskKERNEL_VERSION_BUILD 0
/**
* task. h