File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
[ travis ] : https://travis-ci.org/mcu-tools/mcuboot
19
19
[ license ] : https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
20
20
21
- This is MCUboot version 2.1.0-rc1
21
+ This is MCUboot version 2.1.0
22
22
23
23
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
24
24
common infrastructure for the bootloader and the system flash layout on
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ repo.versions:
37
37
" 1.9.0 " : " v1.9.0"
38
38
" 1.10.0 " : " v1.10.0"
39
39
" 2.0.0 " : " v2.0.0"
40
- " 2.1.0 " : " v2.1.0-rc1 "
40
+ " 2.1.0 " : " v2.1.0"
41
41
42
42
" 0-dev " : " 0.0.0" # main
43
- " 0-latest " : " 2.0 .0" # latest stable release
43
+ " 0-latest " : " 2.1 .0" # latest stable release
44
44
" 1-latest " : " 1.11.0"
45
- " 2-latest " : " 2.0 .0"
45
+ " 2-latest " : " 2.1 .0"
46
46
47
47
" 1.0-latest " : " 1.11.0"
48
- " 2.0-latest " : " 2.0 .0"
48
+ " 2.0-latest " : " 2.1 .0"
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- imgtool_version = "2.1.0rc1 "
17
+ imgtool_version = "2.1.0 "
You can’t perform that action at this time.
0 commit comments