diff options
author | rtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2> | 2019-05-11 01:47:37 +0000 |
---|---|---|
committer | rtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2> | 2019-05-11 01:47:37 +0000 |
commit | 275d0a2e30e3cce148912222bf9e841fd45804af (patch) | |
tree | e874b26843761c2212c02bb87ecdead386ac184d /FreeRTOS/Demo/AVR_ATMega323_IAR | |
parent | bb247cd4476248645b8027cd6c40faddf9e5a453 (diff) | |
download | freertos-275d0a2e30e3cce148912222bf9e841fd45804af.tar.gz |
Update version number ready for next release.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2662 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/AVR_ATMega323_IAR')
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/main.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h | 2 | ||||
-rw-r--r-- | FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h index 6a861533f..c900b23e3 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.2.0
+ * FreeRTOS Kernel V10.2.1
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c index d5b59e0e7..533c30faf 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.2.0
+ * FreeRTOS Kernel V10.2.1
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c index 16eefc012..d9938680d 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.2.0
+ * FreeRTOS Kernel V10.2.1
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c index 511c05e90..50da17cd9 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.2.0
+ * FreeRTOS Kernel V10.2.1
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h index e3d0b2ce4..8643e3ea5 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.2.0
+ * FreeRTOS Kernel V10.2.1
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c index f4f540b1a..64905bac5 100644 --- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c +++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c @@ -1,5 +1,5 @@ /*
- * FreeRTOS Kernel V10.2.0
+ * FreeRTOS Kernel V10.2.1
* Copyright (C) 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|