From 00d6cbef48611dc80d02b16556db15d5a6777db1 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 13 Jun 2010 13:41:18 +0000 Subject: [PATCH] Just updated the version string #define. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1023 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/include/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/include/task.h b/Source/include/task.h index a33c98728..d001a0cca 100644 --- a/Source/include/task.h +++ b/Source/include/task.h @@ -72,7 +72,7 @@ extern "C" { * MACROS AND DEFINITIONS *----------------------------------------------------------*/ -#define tskKERNEL_VERSION_NUMBER "V6.0.4" +#define tskKERNEL_VERSION_NUMBER "V6.0.5" /** * task. h -- 2.39.5