diff --git a/Source/croutine.c b/Source/croutine.c
index d4323ae6c8..347319e7b2 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 0abffb56a7..b5730ba743 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/croutine.h b/Source/include/croutine.h
index fa3c1b9ffc..f22ce60350 100644
--- a/Source/include/croutine.h
+++ b/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/list.h b/Source/include/list.h
index bb09e8e6fe..401d450395 100644
--- a/Source/include/list.h
+++ b/Source/include/list.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/portable.h b/Source/include/portable.h
index 9d0dea1013..bfc1782b51 100644
--- a/Source/include/portable.h
+++ b/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/projdefs.h b/Source/include/projdefs.h
index 36244b130e..a01b8d0657 100644
--- a/Source/include/projdefs.h
+++ b/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/queue.h b/Source/include/queue.h
index 8bdfb94606..3fe2beb15a 100644
--- a/Source/include/queue.h
+++ b/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/semphr.h b/Source/include/semphr.h
index d0be28765f..fe9a579c99 100644
--- a/Source/include/semphr.h
+++ b/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/include/task.h b/Source/include/task.h
index c938a9fcbc..224341fe0c 100644
--- a/Source/include/task.h
+++ b/Source/include/task.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
@@ -40,7 +40,7 @@
  * MACROS AND DEFINITIONS
  *----------------------------------------------------------*/
 
-#define tskKERNEL_VERSION_NUMBER "V4.1.2"
+#define tskKERNEL_VERSION_NUMBER "V4.1.3"
 
 /**
  * task. h
diff --git a/Source/list.c b/Source/list.c
index d23f4fe911..ca77f1b30a 100644
--- a/Source/list.c
+++ b/Source/list.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/BCC/16BitDOS/Flsh186/port.c b/Source/portable/BCC/16BitDOS/Flsh186/port.c
index ff4b710b59..92c249a4be 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index bd29b519d6..bee4b106c2 100644
--- a/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/BCC/16BitDOS/PC/port.c b/Source/portable/BCC/16BitDOS/PC/port.c
index 992cb808a8..15a5544347 100644
--- a/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 7e26fd9d10..ae3f60172b 100644
--- a/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/BCC/16BitDOS/common/portasm.h b/Source/portable/BCC/16BitDOS/common/portasm.h
index 2ed41fac26..688be62b74 100644
--- a/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/BCC/16BitDOS/common/portcomn.c b/Source/portable/BCC/16BitDOS/common/portcomn.c
index 2fe20c9e9d..5279631178 100644
--- a/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/CodeWarrior/HCS12/port.c b/Source/portable/CodeWarrior/HCS12/port.c
index 764a7dfe98..35bb45da97 100644
--- a/Source/portable/CodeWarrior/HCS12/port.c
+++ b/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /* 
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/CodeWarrior/HCS12/portmacro.h b/Source/portable/CodeWarrior/HCS12/portmacro.h
index 2dfa3b967f..dc3710a87a 100644
--- a/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/port.c b/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 6a13b037d2..ee8a808f1c 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index d60083bc52..2cbf0910c0 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 8a5b32d87a..5115699cf7 100644
--- a/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 09a5bb8e55..707dfdd118 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 76a1d27cc2..84cbdb9858 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index b39af5ed6f..491fbabdbb 100644
--- a/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_LPC2000/port.c b/Source/portable/GCC/ARM7_LPC2000/port.c
index 3a16389e66..3594eb0bca 100644
--- a/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_LPC2000/portISR.c b/Source/portable/GCC/ARM7_LPC2000/portISR.c
index eeb0405eed..46485f0ec5 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index b39af5ed6f..491fbabdbb 100644
--- a/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM_CM3/port.c b/Source/portable/GCC/ARM_CM3/port.c
index 0d46ca06b6..661413fa80 100644
--- a/Source/portable/GCC/ARM_CM3/port.c
+++ b/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ARM_CM3/portmacro.h b/Source/portable/GCC/ARM_CM3/portmacro.h
index 33f32e09e7..1d4581f3a2 100644
--- a/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c
index bf8c6dec6b..50f2e7ae71 100644
--- a/Source/portable/GCC/ATMega323/port.c
+++ b/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/ATMega323/portmacro.h b/Source/portable/GCC/ATMega323/portmacro.h
index db7870012f..8a4aa7d5bb 100644
--- a/Source/portable/GCC/ATMega323/portmacro.h
+++ b/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/H8S2329/port.c b/Source/portable/GCC/H8S2329/port.c
index ef89be6982..a9ff9f78b9 100644
--- a/Source/portable/GCC/H8S2329/port.c
+++ b/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/H8S2329/portmacro.h b/Source/portable/GCC/H8S2329/portmacro.h
index e226b14f56..2e6d0e5778 100644
--- a/Source/portable/GCC/H8S2329/portmacro.h
+++ b/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/HCS12/port.c b/Source/portable/GCC/HCS12/port.c
index 4a991e4562..af4956e6ad 100644
--- a/Source/portable/GCC/HCS12/port.c
+++ b/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /* 
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003 - 2005 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003 - 2005 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/HCS12/portmacro.h b/Source/portable/GCC/HCS12/portmacro.h
index 4b3b5126c4..7020258aa0 100644
--- a/Source/portable/GCC/HCS12/portmacro.h
+++ b/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003 - 2005 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003 - 2005 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/MSP430F449/port.c b/Source/portable/GCC/MSP430F449/port.c
index 7a836314b9..2f07e952f7 100644
--- a/Source/portable/GCC/MSP430F449/port.c
+++ b/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/MSP430F449/portmacro.h b/Source/portable/GCC/MSP430F449/portmacro.h
index 4c095bce9b..0b39d0b54a 100644
--- a/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/MicroBlaze/port.c b/Source/portable/GCC/MicroBlaze/port.c
index c9061c12bb..4592f03302 100644
--- a/Source/portable/GCC/MicroBlaze/port.c
+++ b/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/MicroBlaze/portmacro.h b/Source/portable/GCC/MicroBlaze/portmacro.h
index 04176df21d..6b91a2a5fe 100644
--- a/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/STR75x/port.c b/Source/portable/GCC/STR75x/port.c
index 7e589a0b55..0db679a147 100644
--- a/Source/portable/GCC/STR75x/port.c
+++ b/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/STR75x/portISR.c b/Source/portable/GCC/STR75x/portISR.c
index dadcf5d623..66d9574e09 100644
--- a/Source/portable/GCC/STR75x/portISR.c
+++ b/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/GCC/STR75x/portmacro.h b/Source/portable/GCC/STR75x/portmacro.h
index 34a0ef2444..c3d9f68cc7 100644
--- a/Source/portable/GCC/STR75x/portmacro.h
+++ b/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/ARM_CM3/port.c b/Source/portable/IAR/ARM_CM3/port.c
index c3c43c743d..6385da3fd2 100644
--- a/Source/portable/IAR/ARM_CM3/port.c
+++ b/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/ARM_CM3/portasm.s b/Source/portable/IAR/ARM_CM3/portasm.s
index d94a57efd2..fcc6db8092 100644
--- a/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/ARM_CM3/portmacro.h b/Source/portable/IAR/ARM_CM3/portmacro.h
index 7d2be02ad8..49879790a3 100644
--- a/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/ATMega323/port.c b/Source/portable/IAR/ATMega323/port.c
index fbc1ed2524..eb33f70a01 100644
--- a/Source/portable/IAR/ATMega323/port.c
+++ b/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/ATMega323/portmacro.h b/Source/portable/IAR/ATMega323/portmacro.h
index cfcb42ede1..f5ed77e568 100644
--- a/Source/portable/IAR/ATMega323/portmacro.h
+++ b/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/ATMega323/portmacro.s90 b/Source/portable/IAR/ATMega323/portmacro.s90
index 34820ae75f..3e255e5254 100644
--- a/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,4 +1,4 @@
-;	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+;	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 ;
 ;	This file is part of the FreeRTOS.org distribution.
 ;
diff --git a/Source/portable/IAR/AtmelSAM7S64/port.c b/Source/portable/IAR/AtmelSAM7S64/port.c
index 20fb019e50..bf2572c5d5 100644
--- a/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index 8ca81f9a88..303ce418c8 100644
--- a/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/LPC2000/port.c b/Source/portable/IAR/LPC2000/port.c
index 84c0dc26c7..7af36cfa26 100644
--- a/Source/portable/IAR/LPC2000/port.c
+++ b/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/LPC2000/portmacro.h b/Source/portable/IAR/LPC2000/portmacro.h
index 8ca81f9a88..303ce418c8 100644
--- a/Source/portable/IAR/LPC2000/portmacro.h
+++ b/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/STR71x/port.c b/Source/portable/IAR/STR71x/port.c
index dfe55ce8df..d72f6e83ea 100644
--- a/Source/portable/IAR/STR71x/port.c
+++ b/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/STR71x/portmacro.h b/Source/portable/IAR/STR71x/portmacro.h
index ec37628837..852a838447 100644
--- a/Source/portable/IAR/STR71x/portmacro.h
+++ b/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/STR75x/ISR_Support.h b/Source/portable/IAR/STR75x/ISR_Support.h
index 47e4c87c1e..50ac3446ef 100644
--- a/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,4 +1,4 @@
-;	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+;	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 ;
 ;	This file is part of the FreeRTOS.org distribution.
 ;
diff --git a/Source/portable/IAR/STR75x/port.c b/Source/portable/IAR/STR75x/port.c
index 909892565f..ba97f9e826 100644
--- a/Source/portable/IAR/STR75x/port.c
+++ b/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/STR75x/portasm.s79 b/Source/portable/IAR/STR75x/portasm.s79
index 2fefd3c665..b836f5389b 100644
--- a/Source/portable/IAR/STR75x/portasm.s79
+++ b/Source/portable/IAR/STR75x/portasm.s79
@@ -1,4 +1,4 @@
-;	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+;	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 ;
 ;	This file is part of the FreeRTOS.org distribution.
 ;
diff --git a/Source/portable/IAR/STR75x/portmacro.h b/Source/portable/IAR/STR75x/portmacro.h
index c3a7422132..67a383d706 100644
--- a/Source/portable/IAR/STR75x/portmacro.h
+++ b/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/IAR/STR91x/ISR_Support.h b/Source/portable/IAR/STR91x/ISR_Support.h
index 05fcbee02b..2b3bc628e3 100644
--- a/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS distribution.
 
diff --git a/Source/portable/IAR/STR91x/port.c b/Source/portable/IAR/STR91x/port.c
index 77d43f185c..f55f1cbc2b 100644
--- a/Source/portable/IAR/STR91x/port.c
+++ b/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS distribution.
 
diff --git a/Source/portable/IAR/STR91x/portasm.s79 b/Source/portable/IAR/STR91x/portasm.s79
index 2dfbbf040d..86b3916f51 100644
--- a/Source/portable/IAR/STR91x/portasm.s79
+++ b/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS distribution.
 
diff --git a/Source/portable/IAR/STR91x/portmacro.h b/Source/portable/IAR/STR91x/portmacro.h
index 36706ff57f..cf1d8dfe7e 100644
--- a/Source/portable/IAR/STR91x/portmacro.h
+++ b/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS distribution.
 
diff --git a/Source/portable/Keil/ARM7/port.c b/Source/portable/Keil/ARM7/port.c
index 76d26cb9aa..b0c1e467eb 100644
--- a/Source/portable/Keil/ARM7/port.c
+++ b/Source/portable/Keil/ARM7/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Keil/ARM7/portISR.c b/Source/portable/Keil/ARM7/portISR.c
index 6c3fb0e08b..bca16e3060 100644
--- a/Source/portable/Keil/ARM7/portISR.c
+++ b/Source/portable/Keil/ARM7/portISR.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Keil/ARM7/portmacro.h b/Source/portable/Keil/ARM7/portmacro.h
index 6a3b9a2476..9b470fd760 100644
--- a/Source/portable/Keil/ARM7/portmacro.h
+++ b/Source/portable/Keil/ARM7/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c
index 8537d22cf4..1779cd39d9 100644
--- a/Source/portable/MPLAB/PIC18F/port.c
+++ b/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MPLAB/PIC18F/portmacro.h b/Source/portable/MPLAB/PIC18F/portmacro.h
index c5300fe915..981e79f407 100644
--- a/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MPLAB/PIC24_dsPIC/port.c b/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 7f9e34aced..6d04f2f9a5 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index 5c6348bb24..772cda7933 100644
--- a/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MemMang/heap_1.c b/Source/portable/MemMang/heap_1.c
index d75a822646..c324b08916 100644
--- a/Source/portable/MemMang/heap_1.c
+++ b/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MemMang/heap_2.c b/Source/portable/MemMang/heap_2.c
index 0c4c7a09b5..b98f507382 100644
--- a/Source/portable/MemMang/heap_2.c
+++ b/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/MemMang/heap_3.c b/Source/portable/MemMang/heap_3.c
index 268a948b9b..9179215ff4 100644
--- a/Source/portable/MemMang/heap_3.c
+++ b/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/port.c b/Source/portable/Paradigm/Tern_EE/large_untested/port.c
index 7b72ba3013..a548ba3ac8 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.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h b/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
index e2978ff000..dd9370a4d7 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.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h b/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
index 3298362dba..c53078e050 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.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/small/PORTASM.bak b/Source/portable/Paradigm/Tern_EE/small/PORTASM.bak
index 1f9b7dd9f4..aef8292c1f 100644
--- a/Source/portable/Paradigm/Tern_EE/small/PORTASM.bak
+++ b/Source/portable/Paradigm/Tern_EE/small/PORTASM.bak
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/small/port.bak b/Source/portable/Paradigm/Tern_EE/small/port.bak
index 092341c7d6..b34a6fb7ac 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.bak
+++ b/Source/portable/Paradigm/Tern_EE/small/port.bak
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/small/port.c b/Source/portable/Paradigm/Tern_EE/small/port.c
index 4ad99c0c94..9017821660 100644
--- a/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/small/portasm.h b/Source/portable/Paradigm/Tern_EE/small/portasm.h
index b8c7d56438..60cd05d5c0 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index 9ee965e6b4..0f0c4d660c 100644
--- a/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/RVDS/ARM_CM3/port.c b/Source/portable/RVDS/ARM_CM3/port.c
index 7dac028f31..2ce4f90f45 100644
--- a/Source/portable/RVDS/ARM_CM3/port.c
+++ b/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/RVDS/ARM_CM3/portmacro.h b/Source/portable/RVDS/ARM_CM3/portmacro.h
index c35ca8a0aa..f38e9c5c85 100644
--- a/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Rowley/MSP430F449/Port1/port.c b/Source/portable/Rowley/MSP430F449/Port1/port.c
index 0e12c40dd9..c6cfe56cd0 100644
--- a/Source/portable/Rowley/MSP430F449/Port1/port.c
+++ b/Source/portable/Rowley/MSP430F449/Port1/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
index eed55451fc..934e2fb4fb 100644
--- a/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/Port1/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Rowley/MSP430F449/Port2/port.c b/Source/portable/Rowley/MSP430F449/Port2/port.c
index 7db6e5b3a0..de05bb0bd3 100644
--- a/Source/portable/Rowley/MSP430F449/Port2/port.c
+++ b/Source/portable/Rowley/MSP430F449/Port2/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
index 3c9f881ae9..9bd69c7fe2 100644
--- a/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/Port2/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Rowley/MSP430F449/port.c b/Source/portable/Rowley/MSP430F449/port.c
index 0e12c40dd9..c6cfe56cd0 100644
--- a/Source/portable/Rowley/MSP430F449/port.c
+++ b/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/Rowley/MSP430F449/portmacro.h b/Source/portable/Rowley/MSP430F449/portmacro.h
index c8a89d310f..79cfe35a83 100644
--- a/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/SDCC/Cygnal/port.c b/Source/portable/SDCC/Cygnal/port.c
index 5062461df1..c67fc369db 100644
--- a/Source/portable/SDCC/Cygnal/port.c
+++ b/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/SDCC/Cygnal/portmacro.h b/Source/portable/SDCC/Cygnal/portmacro.h
index a83e3e0f56..65bed4a1b0 100644
--- a/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
 /* 
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 7de6dcfa46..7b7f64b128 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 2e4a0c4de2..62bd2801bd 100644
--- a/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/WizC/PIC18/addFreeRTOS.h b/Source/portable/WizC/PIC18/addFreeRTOS.h
index 8c42647775..d65812e7ac 100644
--- a/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/WizC/PIC18/port.c b/Source/portable/WizC/PIC18/port.c
index ae47f64d40..66d3e654a3 100644
--- a/Source/portable/WizC/PIC18/port.c
+++ b/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/WizC/PIC18/portmacro.h b/Source/portable/WizC/PIC18/portmacro.h
index a4be6d342b..e0c539b246 100644
--- a/Source/portable/WizC/PIC18/portmacro.h
+++ b/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index c6050347b3..e4712ba4ac 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 75e448e921..5b77c984b6 100644
--- a/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*
-    FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+    FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
     This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/oWatcom/16BitDOS/PC/port.c b/Source/portable/oWatcom/16BitDOS/PC/port.c
index e49c20601a..4acef8b9a2 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 57edb99679..114797d871 100644
--- a/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/oWatcom/16BitDOS/common/portasm.h b/Source/portable/oWatcom/16BitDOS/common/portasm.h
index feb3b4a5d7..696c9b17ac 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 90d1ac9727..d57f90ef90 100644
--- a/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/queue.c b/Source/queue.c
index 8239180c22..d4da4a759e 100644
--- a/Source/queue.c
+++ b/Source/queue.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
diff --git a/Source/tasks.c b/Source/tasks.c
index 3b69903554..0fcf4a89e7 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
 /*
-	FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
+	FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
 
 	This file is part of the FreeRTOS.org distribution.
 
@@ -184,9 +184,9 @@ Changes from V4.0.5
 
 Changes from V4.1.2
 	
-	+ Tasks that block with a timeout of portMAX_DELAY are now blocked 
-	  indefinitely.  Previously portMAX_DELAY was just the longest block time
-	  possible.
+	+ Tasks that block on events with a timeout of portMAX_DELAY are now
+	  blocked indefinitely if configINCLUDE_vTaskSuspend is defined. 
+	  Previously portMAX_DELAY was just the longest block time possible.
 */
 
 #include <stdio.h>