Update to V6.1.1
diff --git a/Source/croutine.c b/Source/croutine.c
index c898cb1..f180a87 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 5b0a996..f440a16 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/StackMacros.h b/Source/include/StackMacros.h
index 3387d3e..00645e8 100644
--- a/Source/include/StackMacros.h
+++ b/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index f6c16a0..64c64a7 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/list.h b/Source/include/list.h
index 9024501..5a09fd1 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/mpu_wrappers.h b/Source/include/mpu_wrappers.h
index 8e3a331..6f5287f 100644
--- a/Source/include/mpu_wrappers.h
+++ b/Source/include/mpu_wrappers.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/portable.h b/Source/include/portable.h
index 3608e6b..b4f37f3 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 01b5eb5..d00d619 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/queue.h b/Source/include/queue.h
index 7cc021c..53790f6 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index 842ee5d..8674096 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/include/task.h b/Source/include/task.h
index 0c9f70f..1f29ef4 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

@@ -72,7 +72,7 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V6.1.0"

+#define tskKERNEL_VERSION_NUMBER "V6.1.1"

 

 /**

  * task. h

diff --git a/Source/list.c b/Source/list.c
index 0b1002a..a800c03 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 4d238ba..7bc36d1 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index 747a146..97ef3f4 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 12846a1..b873be7 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 7e41ef7..f412582 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 6fb2279..b1974e7 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 4b0e08e..1b63475 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CCS4/MSP430X/data_model.h b/Source/portable/CCS4/MSP430X/data_model.h
index 2f3ec5e..53e2133 100644
--- a/Source/portable/CCS4/MSP430X/data_model.h
+++ b/Source/portable/CCS4/MSP430X/data_model.h
@@ -1,4 +1,4 @@
-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/CCS4/MSP430X/port.c b/Source/portable/CCS4/MSP430X/port.c
index 2ba97b0..0f21b92 100644
--- a/Source/portable/CCS4/MSP430X/port.c
+++ b/Source/portable/CCS4/MSP430X/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CCS4/MSP430X/portext.asm b/Source/portable/CCS4/MSP430X/portext.asm
index 5bbb4f1..fd792f4 100644
--- a/Source/portable/CCS4/MSP430X/portext.asm
+++ b/Source/portable/CCS4/MSP430X/portext.asm
@@ -1,5 +1,5 @@
 ;

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/CCS4/MSP430X/portmacro.h b/Source/portable/CCS4/MSP430X/portmacro.h
index cea0e4a..20086f0 100644
--- a/Source/portable/CCS4/MSP430X/portmacro.h
+++ b/Source/portable/CCS4/MSP430X/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/port.c b/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 0d21020..c987855 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index b0bd678..8669ffd 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index 9b9dacc..3a9120b 100644
--- a/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/port.c b/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 18e8b9d..64c9099 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 3cefa9d..0118ce0 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index be05423..927e385 100644
--- a/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 7c0ea55..c793ce8 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index 089178d..f150499 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 3d9477a..781a8d7 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 65d1ba5..cba4dfb 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 6d47828..b73a16f 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index b7bbcab..fcba337 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index f057203..60470c9 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index 4f961a8..2db3d2a 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 422463a..ed3ec34 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 179e61b..339732c 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index a921b60..afae65b 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/port.c b/Source/portable/GCC/ARM7_LPC23xx/port.c
index da3a3c1..e678dee 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index ca67d05..84344f5 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 062a0a2..d80d64c 100644
--- a/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index f601825..fa24c7f 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 7c9c2ff..3a106d5 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/port.c b/Source/portable/GCC/ARM_CM3_MPU/port.c
index e082d70..66dd5ba 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index ae6fc66..2ce7d12 100644
--- a/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index 2ed5469..66c8ef6 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index a1e56af..62e3870 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/port.c b/Source/portable/GCC/AVR32_UC3/port.c
index dc55a71..2419da8 100644
--- a/Source/portable/GCC/AVR32_UC3/port.c
+++ b/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/AVR32_UC3/portmacro.h b/Source/portable/GCC/AVR32_UC3/portmacro.h
index 6815378..bcf2100 100644
--- a/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/CORTUS_APS3/port.c b/Source/portable/GCC/CORTUS_APS3/port.c
index 24aadd5..e2ae2ba 100644
--- a/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/CORTUS_APS3/portmacro.h b/Source/portable/GCC/CORTUS_APS3/portmacro.h
index 01c1b3d..f4698fd 100644
--- a/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/port.c b/Source/portable/GCC/ColdFire_V2/port.c
index e0a2acf..5c2d942 100644
--- a/Source/portable/GCC/ColdFire_V2/port.c
+++ b/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portasm.S b/Source/portable/GCC/ColdFire_V2/portasm.S
index 7e340c4..7a2f3a8 100644
--- a/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/ColdFire_V2/portmacro.h b/Source/portable/GCC/ColdFire_V2/portmacro.h
index b7f9d27..e25e97b 100644
--- a/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index 3f0312d..6dafcac 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index fa738d1..4e2b155 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index d9aba4b..267a605 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 6579592..31857f1 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index c49ec57..b902253 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 5a75494..2a2a4d6 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index f89f174..c6625be 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 7212f05..f842ecd 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/port.c b/Source/portable/GCC/NiosII/port.c
index 2c85b94..de25fd7 100644
--- a/Source/portable/GCC/NiosII/port.c
+++ b/Source/portable/GCC/NiosII/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/port_asm.S b/Source/portable/GCC/NiosII/port_asm.S
index 86ec86f..64450db 100644
--- a/Source/portable/GCC/NiosII/port_asm.S
+++ b/Source/portable/GCC/NiosII/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/NiosII/portmacro.h b/Source/portable/GCC/NiosII/portmacro.h
index 9567944..ca904dc 100644
--- a/Source/portable/GCC/NiosII/portmacro.h
+++ b/Source/portable/GCC/NiosII/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index c1b6a3e..9d8b7b0 100644
--- a/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/port.c b/Source/portable/GCC/PPC405_Xilinx/port.c
index 3270e36..c959c52 100644
--- a/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portasm.S b/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 9c70819..d665c94 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 9704a7f..ad5f929 100644
--- a/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index c1b6a3e..9d8b7b0 100644
--- a/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/port.c b/Source/portable/GCC/PPC440_Xilinx/port.c
index e7c6684..6627425 100644
--- a/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portasm.S b/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 9c70819..d665c94 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 9704a7f..ad5f929 100644
--- a/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/RX600/port.c b/Source/portable/GCC/RX600/port.c
index dd8f5f8..ef49a11 100644
--- a/Source/portable/GCC/RX600/port.c
+++ b/Source/portable/GCC/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/RX600/portmacro.h b/Source/portable/GCC/RX600/portmacro.h
index 38abb95..21904ed 100644
--- a/Source/portable/GCC/RX600/portmacro.h
+++ b/Source/portable/GCC/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 123abea..e057982 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index 7998a3a..ecd57fd 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 814e263..70fb061 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/78K0R/ISR_Support.h b/Source/portable/IAR/78K0R/ISR_Support.h
index ce7c400..c7f24c7 100644
--- a/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/78K0R/port.c b/Source/portable/IAR/78K0R/port.c
index d3d2ad4..20b80ff 100644
--- a/Source/portable/IAR/78K0R/port.c
+++ b/Source/portable/IAR/78K0R/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/78K0R/portasm.s26 b/Source/portable/IAR/78K0R/portasm.s26
index 795235e..5724466 100644
--- a/Source/portable/IAR/78K0R/portasm.s26
+++ b/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/78K0R/portmacro.h b/Source/portable/IAR/78K0R/portmacro.h
index ff7d0e1..4c316dc 100644
--- a/Source/portable/IAR/78K0R/portmacro.h
+++ b/Source/portable/IAR/78K0R/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index 867b043..377efda 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index eac17be..44c8174 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 87329d3..dc7c336 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index b2331a1..111e984 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index a022f65..6fc87af 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 3bdcc15..3843924 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/port.c b/Source/portable/IAR/AVR32_UC3/port.c
index 9e2b6e7..962a59e 100644
--- a/Source/portable/IAR/AVR32_UC3/port.c
+++ b/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/AVR32_UC3/portmacro.h b/Source/portable/IAR/AVR32_UC3/portmacro.h
index a5f44cd..bb1a8ff 100644
--- a/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 9a9d90a..685db3f 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 62f8785..f6d6d41 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/port.c b/Source/portable/IAR/AtmelSAM9XE/port.c
index 1b88396..eb61fe0 100644
--- a/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 0bd3172..a8fce81 100644
--- a/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index a4688e3..4f0c971 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index bc0fce6..8c87bc1 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/port.c b/Source/portable/IAR/MSP430/port.c
index 35bc30f..e38f21e 100644
--- a/Source/portable/IAR/MSP430/port.c
+++ b/Source/portable/IAR/MSP430/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portasm.h b/Source/portable/IAR/MSP430/portasm.h
index 59cd2b3..968296f 100644
--- a/Source/portable/IAR/MSP430/portasm.h
+++ b/Source/portable/IAR/MSP430/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portext.s43 b/Source/portable/IAR/MSP430/portext.s43
index 6ccc131..da94db1 100644
--- a/Source/portable/IAR/MSP430/portext.s43
+++ b/Source/portable/IAR/MSP430/portext.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430/portmacro.h b/Source/portable/IAR/MSP430/portmacro.h
index 8ebf23e..cac325e 100644
--- a/Source/portable/IAR/MSP430/portmacro.h
+++ b/Source/portable/IAR/MSP430/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430X/data_model.h b/Source/portable/IAR/MSP430X/data_model.h
index 7494df2..0833059 100644
--- a/Source/portable/IAR/MSP430X/data_model.h
+++ b/Source/portable/IAR/MSP430X/data_model.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430X/port.c b/Source/portable/IAR/MSP430X/port.c
index efff177..1270b82 100644
--- a/Source/portable/IAR/MSP430X/port.c
+++ b/Source/portable/IAR/MSP430X/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430X/portext.s43 b/Source/portable/IAR/MSP430X/portext.s43
index b9861cf..887bc08 100644
--- a/Source/portable/IAR/MSP430X/portext.s43
+++ b/Source/portable/IAR/MSP430X/portext.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/MSP430X/portmacro.h b/Source/portable/IAR/MSP430X/portmacro.h
index 0e3b284..faee6bd 100644
--- a/Source/portable/IAR/MSP430X/portmacro.h
+++ b/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/RX600/port.c b/Source/portable/IAR/RX600/port.c
index b30da48..3237235 100644
--- a/Source/portable/IAR/RX600/port.c
+++ b/Source/portable/IAR/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/RX600/port_asm.s b/Source/portable/IAR/RX600/port_asm.s
index 1f7366a..d33246f 100644
--- a/Source/portable/IAR/RX600/port_asm.s
+++ b/Source/portable/IAR/RX600/port_asm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/RX600/portmacro.h b/Source/portable/IAR/RX600/portmacro.h
index 390e8bf..968cb90 100644
--- a/Source/portable/IAR/RX600/portmacro.h
+++ b/Source/portable/IAR/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index 983ed7d..1fe3a96 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index e322b94..75a4c33 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index eff487d..ad8f7a0 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index aa5e0b0..1c515d1 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index d60735e..7dc0498 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index d9d7507..98a8097 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 676e2cf..729d515 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 743e484..01eb4d7 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index f3f5212..a27cda6 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index fc8b167..adc8601 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/ISR_Support.h b/Source/portable/IAR/V850ES/ISR_Support.h
index 26e8988..fcb7e9e 100644
--- a/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/port.c b/Source/portable/IAR/V850ES/port.c
index 5ffccec..4f1379c 100644
--- a/Source/portable/IAR/V850ES/port.c
+++ b/Source/portable/IAR/V850ES/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm.s85 b/Source/portable/IAR/V850ES/portasm.s85
index d0e0e73..39fd77f 100644
--- a/Source/portable/IAR/V850ES/portasm.s85
+++ b/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/Source/portable/IAR/V850ES/portasm_Fx3.s85
index 939629b..e6ce9a5 100644
--- a/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 6783668..44769ce 100644
--- a/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index b57b8c3..3d6d596 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 777695f..b168efa 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index c7323fb..69a76ad 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 6b922db..d46c1eb 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 283f30c..cfc2023 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 9e5e3ec..ba12ba3 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index bda1bfa..5caf89a 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index a4b6103..49bb681 100644
--- a/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port.c b/Source/portable/MPLAB/PIC32MX/port.c
index 2306534..b7c23bf 100644
--- a/Source/portable/MPLAB/PIC32MX/port.c
+++ b/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/port_asm.S b/Source/portable/MPLAB/PIC32MX/port_asm.S
index d6205a0..fd91d8d 100644
--- a/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h
index 69803ea..004cb99 100644
--- a/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MSVC-MingW/port.c b/Source/portable/MSVC-MingW/port.c
index 6c3727a..619fb33 100644
--- a/Source/portable/MSVC-MingW/port.c
+++ b/Source/portable/MSVC-MingW/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MSVC-MingW/portmacro.h b/Source/portable/MSVC-MingW/portmacro.h
index cd1c7ab..c7e99b2 100644
--- a/Source/portable/MSVC-MingW/portmacro.h
+++ b/Source/portable/MSVC-MingW/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index b012032..70a6bb1 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index fbb8755..9f8de5c 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index a31d52e..7ff9bb5 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 6904091..0c9c764 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index 405af5a..197f0a6 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 1b4cd39..f43ec97 100644
--- a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 4915e03..c5a1feb 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 49bcc57..880b4c1 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index cca5654..2574d0d 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/port.c b/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 0bb495d..79499af 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index e5149ce..3754170 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index 4eb31a9..23d047a 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 15714c6..4c7eb43 100644
--- a/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index e0cd391..15364be 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index d783e40..7a08230 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Renesas/RX600/port.c b/Source/portable/Renesas/RX600/port.c
index 9879e2f..0320906 100644
--- a/Source/portable/Renesas/RX600/port.c
+++ b/Source/portable/Renesas/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Renesas/RX600/portmacro.h b/Source/portable/Renesas/RX600/portmacro.h
index 5e94bb8..c231d43 100644
--- a/Source/portable/Renesas/RX600/portmacro.h
+++ b/Source/portable/Renesas/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Renesas/SH2A_FPU/port.c b/Source/portable/Renesas/SH2A_FPU/port.c
index 12bf942..7ca1d25 100644
--- a/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Renesas/SH2A_FPU/portasm.src b/Source/portable/Renesas/SH2A_FPU/portasm.src
index eb1f361..328cb44 100644
--- a/Source/portable/Renesas/SH2A_FPU/portasm.src
+++ b/Source/portable/Renesas/SH2A_FPU/portasm.src
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+;    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 ;

 ;    ***************************************************************************

 ;    *                                                                         *

diff --git a/Source/portable/Renesas/SH2A_FPU/portmacro.h b/Source/portable/Renesas/SH2A_FPU/portmacro.h
index 4aa3757..85ae2da 100644
--- a/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index a3405e1..bdea78e 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portasm.h b/Source/portable/Rowley/MSP430F449/portasm.h
index ef7e8a3..5021029 100644
--- a/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portext.asm b/Source/portable/Rowley/MSP430F449/portext.asm
index b88d4aa..00f4e29 100644
--- a/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index bc04005..6d14b40 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 040aceb..3d5eb93 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index 0be720c..bb420cf 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Softune/MB91460/port.c b/Source/portable/Softune/MB91460/port.c
index a62af33..06ef451 100644
--- a/Source/portable/Softune/MB91460/port.c
+++ b/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Softune/MB91460/portmacro.h b/Source/portable/Softune/MB91460/portmacro.h
index 451aaec..733babf 100644
--- a/Source/portable/Softune/MB91460/portmacro.h
+++ b/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Softune/MB96340/port.c b/Source/portable/Softune/MB96340/port.c
index 4277dcb..1b5e7d5 100644
--- a/Source/portable/Softune/MB96340/port.c
+++ b/Source/portable/Softune/MB96340/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/Softune/MB96340/portmacro.h b/Source/portable/Softune/MB96340/portmacro.h
index 972a582..922dd95 100644
--- a/Source/portable/Softune/MB96340/portmacro.h
+++ b/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 742f4ba..7bd270a 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 3799aac..6d36073 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 63c9243..fb9803d 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index b19ed4b..4cffc73 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index 292d3bc..0f7ef46 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 54e889a..4211aef 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 044af25..1755ac4 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index a3b618d..741549c 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 3e82056..7aeb8f0 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 9f12e1a..70811e2 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index efd0171..22d0afc 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/queue.c b/Source/queue.c
index e08cc28..a62d179 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *

diff --git a/Source/tasks.c b/Source/tasks.c
index a436a86..120f8f7 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V6.1.0 - Copyright (C) 2010 Real Time Engineers Ltd.

+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.

 

     ***************************************************************************

     *                                                                         *