Skip to content

Commit 23afc48

Browse files
authored
Update version number (#983)
* Update version number to 11.0.1+ in task.h * Update Third Party Port version to <DEVELOPMENT BRANCH> * Update version to 11.0.1 in manifest.yml
1 parent 938ec0f commit 23afc48

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

include/task.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
* The tskKERNEL_VERSION_MAJOR, tskKERNEL_VERSION_MINOR, tskKERNEL_VERSION_BUILD
5454
* values will reflect the last released version number.
5555
*/
56-
#define tskKERNEL_VERSION_NUMBER "V10.4.4+"
57-
#define tskKERNEL_VERSION_MAJOR 10
58-
#define tskKERNEL_VERSION_MINOR 4
59-
#define tskKERNEL_VERSION_BUILD 4
56+
#define tskKERNEL_VERSION_NUMBER "V11.0.1+"
57+
#define tskKERNEL_VERSION_MAJOR 11
58+
#define tskKERNEL_VERSION_MINOR 0
59+
#define tskKERNEL_VERSION_BUILD 1
6060

6161
/* MPU region parameters passed in ulParameters
6262
* of MemoryRegion_t struct. */

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name : "FreeRTOS-Kernel"
2-
version: "v10.5.1"
2+
version: "v11.0.1+"
33
description: "FreeRTOS Kernel."
44
license: "MIT"

portable/ThirdParty/GCC/RP2040/include/freertos_sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.3
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
* Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
55
*

portable/ThirdParty/GCC/RP2040/include/portmacro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.3
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
* Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
55
*

portable/ThirdParty/GCC/RP2040/include/rp2040_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.3
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
* Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
55
*

portable/ThirdParty/GCC/RP2040/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS Kernel V10.4.3
2+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
* Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
55
*

portable/ThirdParty/GCC/Xtensa_ESP32/include/FreeRTOSConfig_arch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/*
10-
* FreeRTOS Kernel V10.4.3
10+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
1111
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1212
*
1313
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
/*
11-
* FreeRTOS Kernel V10.4.3
11+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
1212
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/ThirdParty/GCC/Xtensa_ESP32/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
/*
11-
* FreeRTOS Kernel V10.4.3
11+
* FreeRTOS Kernel <DEVELOPMENT BRANCH>
1212
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1313
*
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)