File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818[ travis ] : https://travis-ci.org/mcu-tools/mcuboot
1919[ license ] : https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
2020
21- This is MCUboot version 2.3.0-rc2
21+ This is MCUboot version 2.3.0
2222
2323MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
2424common infrastructure for the bootloader and the system flash layout on
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ VERSION_MAJOR = 2
22VERSION_MINOR = 3
33PATCHLEVEL = 0
44VERSION_TWEAK = 0
5- EXTRAVERSION = rc2
5+ EXTRAVERSION =
Original file line number Diff line number Diff line change 11# MCUboot
22
33MCUboot is a secure bootloader for 32-bits microcontrollers. This document is
4- for release v2.2 .0.
4+ for release v2.3 .0.
55
66Please see [ Contributing] ( contributing.md ) on how you can contribute to MCUboot.
77
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repo.versions:
4242 " 2.3.0 " : " v2.3.0"
4343
4444 " 0-dev " : " 0.0.0" # main
45- " 0-latest " : " 2.2 .0" # latest stable release
45+ " 0-latest " : " 2.3 .0" # latest stable release
4646 " 1-latest " : " 1.11.0"
4747 " 2-latest " : " 2.3.0"
4848
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- imgtool_version = "2.3.0rc2 "
17+ imgtool_version = "2.3.0 "
You can’t perform that action at this time.
0 commit comments