Bump version to 1.3.0-rc3
Third release candidate for 1.3.0. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
ae01f153b1
commit
4963b013c4
|
@ -6,7 +6,7 @@
|
||||||
[coverity]: https://scan.coverity.com/projects/mcuboot
|
[coverity]: https://scan.coverity.com/projects/mcuboot
|
||||||
[travis]: https://travis-ci.org/JuulLabs-OSS/mcuboot
|
[travis]: https://travis-ci.org/JuulLabs-OSS/mcuboot
|
||||||
|
|
||||||
This is mcuboot, version 1.3.0-rc2
|
This is mcuboot, version 1.3.0-rc3
|
||||||
|
|
||||||
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
|
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
|
||||||
define a common infrastructure for the bootloader, system flash layout on
|
define a common infrastructure for the bootloader, system flash layout on
|
||||||
|
|
|
@ -24,7 +24,7 @@ repo.versions:
|
||||||
"1.0.0": "v1.0.0"
|
"1.0.0": "v1.0.0"
|
||||||
"1.1.0": "v1.1.0"
|
"1.1.0": "v1.1.0"
|
||||||
"1.2.0": "v1.2.0"
|
"1.2.0": "v1.2.0"
|
||||||
"1.3.0": "v1.3.0-rc2"
|
"1.3.0": "v1.3.0-rc3"
|
||||||
|
|
||||||
"0-dev": "0.0.0" # master
|
"0-dev": "0.0.0" # master
|
||||||
"0-latest": "1.2.0" # latest stable release
|
"0-latest": "1.2.0" # latest stable release
|
||||||
|
|
Loading…
Reference in New Issue