diff options
author | rtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2> | 2015-08-05 12:59:42 +0000 |
---|---|---|
committer | rtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2> | 2015-08-05 12:59:42 +0000 |
commit | a9709c2257f763049a4aa092d812f47d68360cdd (patch) | |
tree | fcea6b735aaa8ca421612a4e78f9e89a3f5b87b2 /FreeRTOS/Source/portable/IAR/ATMega323 | |
parent | 582718da9d05b8283f2ce6f3ff7c94d13241b538 (diff) | |
download | freertos-a9709c2257f763049a4aa092d812f47d68360cdd.tar.gz |
Update version numbers in preparation for new release.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2365 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Source/portable/IAR/ATMega323')
-rw-r--r-- | FreeRTOS/Source/portable/IAR/ATMega323/port.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h | 2 | ||||
-rw-r--r-- | FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c index 01713714c..34651ef85 100644 --- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c +++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c @@ -1,5 +1,5 @@ /*
- FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
+ FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h index c7fbbd7a3..eef7b0e5d 100644 --- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h +++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h @@ -1,5 +1,5 @@ /*
- FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
+ FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 index d87d5ac06..bd53f9502 100644 --- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 +++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 @@ -1,5 +1,5 @@ ;/*
-; FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
+; FreeRTOS V8.2.2 - Copyright (C) 2015 Real Time Engineers Ltd.
; All rights reserved
;
;
|